Color Hex Logo

#dcaf89 Color Hex

#DCAF89
(220,175,137)
0 Favorites   0 Comments

Color spaces of #dcaf89

RGB 220175137
HSL0.080.540.70
HSV27°38°86°
CMYK 0.000.200.38   0.14
XYZ49.360547.681730.2688
Yxy47.68170.38770.3745
Hunter Lab69.05196.756522.3467
CIE-Lab74.623711.279625.7184

#dcaf89 color RGB value is (220,175,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10001001
Octal 334 257 211
Decimal 220 175 137
Hex DC AF 89

RGB Percentages of Color #dcaf89

%41.35
%32.89
%25.75

CMYK Percentages of Color #dcaf89

%0
%20
%38
%14

Triadic Colors of #dcaf89

#dcaf89 #89dcaf #af89dc

Analogous Colors of #dcaf89

#dcaf89 #dcd989 #dc898d

Monochromatic Colors of #dcaf89

#dcaf89

Complementary Color

#dcaf89 #89b6dc

#dcaf89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf89 Color CSS Codes

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

#dcaf89 Text Font Color

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

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


#dcaf89 Background Color

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

This div background color is #dcaf89


#dcaf89 Border Color

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

This div border color is #dcaf89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf89


Comments

No comments written yet.

Please login to write comment.