Color Hex Logo

#dcaf57 Color Hex

#DCAF57
(220,175,87)
0 Favorites   0 Comments

Color spaces of #dcaf57

RGB 22017587
HSL0.110.660.60
HSV40°60°86°
CMYK 0.000.200.60   0.14
XYZ46.565546.563715.5503
Yxy46.56370.42850.4284
Hunter Lab68.23762.393034.2550
CIE-Lab73.90986.623250.4752

#dcaf57 color RGB value is (220,175,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 01010111
Octal 334 257 127
Decimal 220 175 87
Hex DC AF 57

RGB Percentages of Color #dcaf57

%45.64
%36.31
%18.05

CMYK Percentages of Color #dcaf57

%0
%20
%60
%14

Triadic Colors of #dcaf57

#dcaf57 #57dcaf #af57dc

Analogous Colors of #dcaf57

#dcaf57 #c7dc57 #dc6d57

Monochromatic Colors of #dcaf57

#dcaf57

Complementary Color

#dcaf57 #5784dc

#dcaf57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf57 Color CSS Codes

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

#dcaf57 Text Font Color

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

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


#dcaf57 Background Color

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

This div background color is #dcaf57


#dcaf57 Border Color

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

This div border color is #dcaf57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf57


Comments

No comments written yet.

Please login to write comment.