Color Hex Logo

#dcaf20 Color Hex

#DCAF20
(220,175,32)
0 Favorites   0 Comments

Color spaces of #dcaf20

RGB 22017532
HSL0.130.750.49
HSV46°85°86°
CMYK 0.000.200.85   0.14
XYZ45.105945.97997.8642
Yxy45.97990.45580.4647
Hunter Lab67.80850.072640.5897
CIE-Lab73.53254.087471.0760

#dcaf20 color RGB value is (220,175,32).

#dcaf20 hex color red value is 220, green value is 175 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #dcaf20 hue: 0.13 , saturation: 0.75 and the lightness value of dcaf20 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 00100000
Octal 334 257 40
Decimal 220 175 32
Hex DC AF 20

RGB Percentages of Color #dcaf20

%51.52
%40.98
%7.49

CMYK Percentages of Color #dcaf20

%0
%20
%85
%14

Triadic Colors of #dcaf20

#dcaf20 #20dcaf #af20dc

Analogous Colors of #dcaf20

#dcaf20 #abdc20 #dc5120

Monochromatic Colors of #dcaf20

#dcaf20

Complementary Color

#dcaf20 #204ddc

#dcaf20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf20 Color CSS Codes

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

#dcaf20 Text Font Color

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

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


#dcaf20 Background Color

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

This div background color is #dcaf20


#dcaf20 Border Color

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

This div border color is #dcaf20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf20


Comments

No comments written yet.

Please login to write comment.