Color Hex Logo

#dcaf2c Color Hex

#DCAF2C
(220,175,44)
0 Favorites   0 Comments

Color spaces of #dcaf2c

RGB 22017544
HSL0.120.720.52
HSV45°80°86°
CMYK 0.000.200.80   0.14
XYZ45.299846.05748.8853
Yxy46.05740.45190.4595
Hunter Lab67.86560.382739.7434
CIE-Lab73.58284.428867.7035

#dcaf2c color RGB value is (220,175,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 00101100
Octal 334 257 54
Decimal 220 175 44
Hex DC AF 2C

RGB Percentages of Color #dcaf2c

%50.11
%39.86
%10.02

CMYK Percentages of Color #dcaf2c

%0
%20
%80
%14

Triadic Colors of #dcaf2c

#dcaf2c #2cdcaf #af2cdc

Analogous Colors of #dcaf2c

#dcaf2c #b1dc2c #dc572c

Monochromatic Colors of #dcaf2c

#dcaf2c

Complementary Color

#dcaf2c #2c59dc

#dcaf2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf2c Color CSS Codes

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

#dcaf2c Text Font Color

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

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


#dcaf2c Background Color

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

This div background color is #dcaf2c


#dcaf2c Border Color

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

This div border color is #dcaf2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf2c


Comments

No comments written yet.

Please login to write comment.