Color Hex Logo

#dd764a Color Hex

#DD764A
(221,118,74)
0 Favorites   0 Comments

Color spaces of #dd764a

RGB 22111874
HSL0.050.680.58
HSV18°67°87°
CMYK 0.000.470.67   0.13
XYZ37.533328.823410.0638
Yxy28.82340.49110.3772
Hunter Lab53.687430.837726.4672
CIE-Lab60.625536.546141.6860

#dd764a color RGB value is (221,118,74).

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

The process color (four color CMYK) of #dd764a color hex is 0.00, 0.47, 0.67, 0.13. Web safe color of #dd764a is #cc6633. Color #dd764a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110110 01001010
Octal 335 166 112
Decimal 221 118 74
Hex DD 76 4A

RGB Percentages of Color #dd764a

%53.51
%28.57
%17.92

CMYK Percentages of Color #dd764a

%0
%47
%67
%13

Triadic Colors of #dd764a

#dd764a #4add76 #764add

Analogous Colors of #dd764a

#dd764a #ddc04a #dd4a68

Monochromatic Colors of #dd764a

#dd764a

Complementary Color

#dd764a #4ab1dd

#dd764a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd764a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd764a Color CSS Codes

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

#dd764a Text Font Color

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

This sample text font color is #dd764a
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.


#dd764a Background Color

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

This div background color is #dd764a


#dd764a Border Color

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

This div border color is #dd764a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd764a


Comments

No comments written yet.

Please login to write comment.