Color Hex Logo

#dcaf70 Color Hex

#DCAF70
(220,175,112)
0 Favorites   0 Comments

Color spaces of #dcaf70

RGB 220175112
HSL0.100.610.65
HSV35°49°86°
CMYK 0.000.200.49   0.14
XYZ47.769847.045421.8922
Yxy47.04540.40930.4031
Hunter Lab68.58964.285829.0888
CIE-Lab74.21888.660538.3824

#dcaf70 color RGB value is (220,175,112).

#dcaf70 hex color red value is 220, green value is 175 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dcaf70 hue: 0.10 , saturation: 0.61 and the lightness value of dcaf70 is 0.65.

The process color (four color CMYK) of #dcaf70 color hex is 0.00, 0.20, 0.49, 0.14. Web safe color of #dcaf70 is #cc9966. Color #dcaf70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 01110000
Octal 334 257 160
Decimal 220 175 112
Hex DC AF 70

RGB Percentages of Color #dcaf70

%43.39
%34.52
%22.09

CMYK Percentages of Color #dcaf70

%0
%20
%49
%14

Triadic Colors of #dcaf70

#dcaf70 #70dcaf #af70dc

Analogous Colors of #dcaf70

#dcaf70 #d3dc70 #dc7970

Monochromatic Colors of #dcaf70

#dcaf70

Complementary Color

#dcaf70 #709ddc

#dcaf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf70 Color CSS Codes

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

#dcaf70 Text Font Color

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

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


#dcaf70 Background Color

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

This div background color is #dcaf70


#dcaf70 Border Color

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

This div border color is #dcaf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf70


Comments

No comments written yet.

Please login to write comment.