Color Hex Logo

#ddaf82 Color Hex

#DDAF82
(221,175,130)
0 Favorites   0 Comments

Color spaces of #ddaf82

RGB 221175130
HSL0.080.570.69
HSV30°41°87°
CMYK 0.000.210.41   0.13
XYZ49.178047.643827.7233
Yxy47.64380.39490.3825
Hunter Lab69.02456.383424.5036
CIE-Lab74.599710.887229.4437

#ddaf82 color RGB value is (221,175,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 10000010
Octal 335 257 202
Decimal 221 175 130
Hex DD AF 82

RGB Percentages of Color #ddaf82

%42.02
%33.27
%24.71

CMYK Percentages of Color #ddaf82

%0
%21
%41
%13

Triadic Colors of #ddaf82

#ddaf82 #82ddaf #af82dd

Analogous Colors of #ddaf82

#ddaf82 #dddd82 #dd8283

Monochromatic Colors of #ddaf82

#ddaf82

Complementary Color

#ddaf82 #82b0dd

#ddaf82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf82 Color CSS Codes

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

#ddaf82 Text Font Color

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

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


#ddaf82 Background Color

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

This div background color is #ddaf82


#ddaf82 Border Color

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

This div border color is #ddaf82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf82


Comments

No comments written yet.

Please login to write comment.