color codes Logo

#dd764d color codes

#DD764D
(221,118,77)
0 Favorites   0 Comments

Color spaces of #dd764d

RGB 22111877
HSL0.050.680.58
HSV17°65°87°
CMYK 0.000.470.65   0.13
XYZ37.636828.864810.6090
Yxy28.86480.48810.3743
Hunter Lab53.726031.024625.9005
CIE-Lab60.662136.724940.1449

#dd764d color RGB value is (221,118,77).

#dd764d hex color red value is 221, green value is 118 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dd764d hue: 0.05 , saturation: 0.68 and the lightness value of dd764d is 0.58.

The process color (four color CMYK) of #dd764d color code is 0.00, 0.47, 0.65, 0.13. Web safe color of #dd764d is #cc6666. Color #dd764d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110110 01001101
Octal 335 166 115
Decimal 221 118 77
Hex DD 76 4D

RGB Percentages of Color #dd764d

%53.13
%28.37
%18.51

CMYK Percentages of Color #dd764d

%0
%47
%65
%13

Triadic Colors of #dd764d

#dd764d #4ddd76 #764ddd

Analogous Colors of #dd764d

#dd764d #ddbe4d #dd4d6c

Monochromatic Colors of #dd764d

#dd764d

Complementary Color

#dd764d #4db4dd

#dd764d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd764d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd764d Color CSS Codes

.mybgcolor {background-color:#dd764d; } 
.myforecolor {color:#dd764d; }
.mybordercolor {border:3px solid #dd764d; }

#dd764d Text Font Color

<p style="color:#dd764d">Text here</p>

This sample text font color is #dd764d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dd764d Background Color

<div style="background-color:#dd764d">
Div content here</div>

This div background color is #dd764d


#dd764d Border Color

<div style="border:3px solid #dd764d">
Div here</div>

This div border color is #dd764d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,118,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd764d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd764d;
  -webkit-box-shadow: 1px 1px 3px 2px #dd764d;
  box-shadow:         1px 1px 3px 2px #dd764d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,118,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dd764d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dd764d;
  -webkit-box-shadow: 1px 1px 3px 2px #dd764d;
  box-shadow:         1px 1px 3px 2px #dd764d;">
Div content here</div>

This div box has shadow with color #dd764d


Comments

No comments written yet.

Please login to write comment.