Color Hex Logo

#dcaf85 Color Hex

#DCAF85
(220,175,133)
0 Favorites   0 Comments

Color spaces of #dcaf85

RGB 220175133
HSL0.080.550.69
HSV29°40°86°
CMYK 0.000.200.40   0.14
XYZ49.078847.569028.7853
Yxy47.56900.39130.3792
Hunter Lab68.97036.321423.5340
CIE-Lab74.552310.821627.7635

#dcaf85 color RGB value is (220,175,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10000101
Octal 334 257 205
Decimal 220 175 133
Hex DC AF 85

RGB Percentages of Color #dcaf85

%41.67
%33.14
%25.19

CMYK Percentages of Color #dcaf85

%0
%20
%40
%14

Triadic Colors of #dcaf85

#dcaf85 #85dcaf #af85dc

Analogous Colors of #dcaf85

#dcaf85 #dcdb85 #dc8587

Monochromatic Colors of #dcaf85

#dcaf85

Complementary Color

#dcaf85 #85b2dc

#dcaf85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf85 Color CSS Codes

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

#dcaf85 Text Font Color

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

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


#dcaf85 Background Color

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

This div background color is #dcaf85


#dcaf85 Border Color

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

This div border color is #dcaf85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf85


Comments

No comments written yet.

Please login to write comment.