Color Hex Logo

#dcaf42 Color Hex

#DCAF42
(220,175,66)
0 Favorites   0 Comments

Color spaces of #dcaf42

RGB 22017566
HSL0.120.690.56
HSV42°70°86°
CMYK 0.000.200.70   0.14
XYZ45.828546.268911.6696
Yxy46.26890.44160.4459
Hunter Lab68.02121.225137.4432
CIE-Lab73.71975.352259.6880

#dcaf42 color RGB value is (220,175,66).

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

The process color (four color CMYK) of #dcaf42 color hex is 0.00, 0.20, 0.70, 0.14. Web safe color of #dcaf42 is #cc9933. Color #dcaf42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 01000010
Octal 334 257 102
Decimal 220 175 66
Hex DC AF 42

RGB Percentages of Color #dcaf42

%47.72
%37.96
%14.32

CMYK Percentages of Color #dcaf42

%0
%20
%70
%14

Triadic Colors of #dcaf42

#dcaf42 #42dcaf #af42dc

Analogous Colors of #dcaf42

#dcaf42 #bcdc42 #dc6242

Monochromatic Colors of #dcaf42

#dcaf42

Complementary Color

#dcaf42 #426fdc

#dcaf42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf42 Color CSS Codes

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

#dcaf42 Text Font Color

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

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


#dcaf42 Background Color

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

This div background color is #dcaf42


#dcaf42 Border Color

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

This div border color is #dcaf42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf42


Comments

No comments written yet.

Please login to write comment.