Color Hex Logo

#dcaf86 Color Hex

#DCAF86
(220,175,134)
0 Favorites   0 Comments

Color spaces of #dcaf86

RGB 220175134
HSL0.080.550.69
HSV29°39°86°
CMYK 0.000.200.39   0.14
XYZ49.148247.596829.1510
Yxy47.59680.39040.3781
Hunter Lab68.99046.428623.2411
CIE-Lab74.569910.934627.2526

#dcaf86 color RGB value is (220,175,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10000110
Octal 334 257 206
Decimal 220 175 134
Hex DC AF 86

RGB Percentages of Color #dcaf86

%41.59
%33.08
%25.33

CMYK Percentages of Color #dcaf86

%0
%20
%39
%14

Triadic Colors of #dcaf86

#dcaf86 #86dcaf #af86dc

Analogous Colors of #dcaf86

#dcaf86 #dcda86 #dc8688

Monochromatic Colors of #dcaf86

#dcaf86

Complementary Color

#dcaf86 #86b3dc

#dcaf86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf86 Color CSS Codes

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

#dcaf86 Text Font Color

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

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


#dcaf86 Background Color

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

This div background color is #dcaf86


#dcaf86 Border Color

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

This div border color is #dcaf86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf86


Comments

No comments written yet.

Please login to write comment.