Color Hex Logo

#ddaf79 Color Hex

#DDAF79
(221,175,121)
0 Favorites   0 Comments

Color spaces of #ddaf79

RGB 221175121
HSL0.090.600.67
HSV32°45°87°
CMYK 0.000.210.45   0.13
XYZ48.600047.412624.6792
Yxy47.41260.40270.3928
Hunter Lab68.85685.488126.9494
CIE-Lab74.45299.941134.0112

#ddaf79 color RGB value is (221,175,121).

#ddaf79 hex color red value is 221, green value is 175 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #ddaf79 hue: 0.09 , saturation: 0.60 and the lightness value of ddaf79 is 0.67.

The process color (four color CMYK) of #ddaf79 color hex is 0.00, 0.21, 0.45, 0.13. Web safe color of #ddaf79 is #cc9966. Color #ddaf79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 01111001
Octal 335 257 171
Decimal 221 175 121
Hex DD AF 79

RGB Percentages of Color #ddaf79

%42.75
%33.85
%23.40

CMYK Percentages of Color #ddaf79

%0
%21
%45
%13

Triadic Colors of #ddaf79

#ddaf79 #79ddaf #af79dd

Analogous Colors of #ddaf79

#ddaf79 #d9dd79 #dd7d79

Monochromatic Colors of #ddaf79

#ddaf79

Complementary Color

#ddaf79 #79a7dd

#ddaf79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf79 Color CSS Codes

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

#ddaf79 Text Font Color

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

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


#ddaf79 Background Color

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

This div background color is #ddaf79


#ddaf79 Border Color

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

This div border color is #ddaf79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf79


Comments

No comments written yet.

Please login to write comment.