Color Hex Logo

#ddaf81 Color Hex

#DDAF81
(221,175,129)
0 Favorites   0 Comments

Color spaces of #ddaf81

RGB 221175129
HSL0.080.580.69
HSV30°42°87°
CMYK 0.000.210.42   0.13
XYZ49.111247.617127.3715
Yxy47.61710.39570.3837
Hunter Lab69.00516.280124.7857
CIE-Lab74.582810.778429.9529

#ddaf81 color RGB value is (221,175,129).

#ddaf81 hex color red value is 221, green value is 175 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #ddaf81 hue: 0.08 , saturation: 0.58 and the lightness value of ddaf81 is 0.69.

The process color (four color CMYK) of #ddaf81 color hex is 0.00, 0.21, 0.42, 0.13. Web safe color of #ddaf81 is #cc9999. Color #ddaf81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 10000001
Octal 335 257 201
Decimal 221 175 129
Hex DD AF 81

RGB Percentages of Color #ddaf81

%42.10
%33.33
%24.57

CMYK Percentages of Color #ddaf81

%0
%21
%42
%13

Triadic Colors of #ddaf81

#ddaf81 #81ddaf #af81dd

Analogous Colors of #ddaf81

#ddaf81 #dddd81 #dd8181

Monochromatic Colors of #ddaf81

#ddaf81

Complementary Color

#ddaf81 #81afdd

#ddaf81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf81 Color CSS Codes

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

#ddaf81 Text Font Color

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

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


#ddaf81 Background Color

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

This div background color is #ddaf81


#ddaf81 Border Color

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

This div border color is #ddaf81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf81

#ddaf81 Color Palettes


Comments

No comments written yet.

Please login to write comment.