Color Hex Logo

#dcaf62 Color Hex

#DCAF62
(220,175,98)
0 Favorites   0 Comments

Color spaces of #dcaf62

RGB 22017598
HSL0.110.640.62
HSV38°55°86°
CMYK 0.000.200.55   0.14
XYZ47.049846.757418.1006
Yxy46.75740.42040.4178
Hunter Lab68.37943.156632.1710
CIE-Lab74.03437.448345.2616

#dcaf62 color RGB value is (220,175,98).

#dcaf62 hex color red value is 220, green value is 175 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dcaf62 hue: 0.11 , saturation: 0.64 and the lightness value of dcaf62 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 01100010
Octal 334 257 142
Decimal 220 175 98
Hex DC AF 62

RGB Percentages of Color #dcaf62

%44.62
%35.50
%19.88

CMYK Percentages of Color #dcaf62

%0
%20
%55
%14

Triadic Colors of #dcaf62

#dcaf62 #62dcaf #af62dc

Analogous Colors of #dcaf62

#dcaf62 #ccdc62 #dc7262

Monochromatic Colors of #dcaf62

#dcaf62

Complementary Color

#dcaf62 #628fdc

#dcaf62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf62 Color CSS Codes

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

#dcaf62 Text Font Color

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

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


#dcaf62 Background Color

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

This div background color is #dcaf62


#dcaf62 Border Color

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

This div border color is #dcaf62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf62


Comments

No comments written yet.

Please login to write comment.