Color Hex Logo

#dcaf2f Color Hex

#DCAF2F
(220,175,47)
0 Favorites   0 Comments

Color spaces of #dcaf2f

RGB 22017547
HSL0.120.710.52
HSV44°79°86°
CMYK 0.000.200.79   0.14
XYZ45.358346.08089.1932
Yxy46.08080.45070.4579
Hunter Lab67.88280.476139.4885
CIE-Lab73.59794.531466.7389

#dcaf2f color RGB value is (220,175,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 00101111
Octal 334 257 57
Decimal 220 175 47
Hex DC AF 2F

RGB Percentages of Color #dcaf2f

%49.77
%39.59
%10.63

CMYK Percentages of Color #dcaf2f

%0
%20
%79
%14

Triadic Colors of #dcaf2f

#dcaf2f #2fdcaf #af2fdc

Analogous Colors of #dcaf2f

#dcaf2f #b3dc2f #dc582f

Monochromatic Colors of #dcaf2f

#dcaf2f

Complementary Color

#dcaf2f #2f5cdc

#dcaf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf2f Color CSS Codes

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

#dcaf2f Text Font Color

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

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


#dcaf2f Background Color

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

This div background color is #dcaf2f


#dcaf2f Border Color

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

This div border color is #dcaf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf2f


Comments

No comments written yet.

Please login to write comment.