Color Hex Logo

#dcaf87 Color Hex

#DCAF87
(220,175,135)
0 Favorites   0 Comments

Color spaces of #dcaf87

RGB 220175135
HSL0.080.550.70
HSV28°39°86°
CMYK 0.000.200.39   0.14
XYZ49.218347.624929.5201
Yxy47.62490.38950.3769
Hunter Lab69.01086.536822.9456
CIE-Lab74.587711.048526.7415

#dcaf87 color RGB value is (220,175,135).

#dcaf87 hex color red value is 220, green value is 175 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dcaf87 hue: 0.08 , saturation: 0.55 and the lightness value of dcaf87 is 0.70.

The process color (four color CMYK) of #dcaf87 color hex is 0.00, 0.20, 0.39, 0.14. Web safe color of #dcaf87 is #cc9999. Color #dcaf87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10000111
Octal 334 257 207
Decimal 220 175 135
Hex DC AF 87

RGB Percentages of Color #dcaf87

%41.51
%33.02
%25.47

CMYK Percentages of Color #dcaf87

%0
%20
%39
%14

Triadic Colors of #dcaf87

#dcaf87 #87dcaf #af87dc

Analogous Colors of #dcaf87

#dcaf87 #dcda87 #dc878a

Monochromatic Colors of #dcaf87

#dcaf87

Complementary Color

#dcaf87 #87b4dc

#dcaf87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf87 Color CSS Codes

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

#dcaf87 Text Font Color

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

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


#dcaf87 Background Color

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

This div background color is #dcaf87


#dcaf87 Border Color

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

This div border color is #dcaf87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf87


Comments

No comments written yet.

Please login to write comment.