Color Hex Logo

#dcaf41 Color Hex

#DCAF41
(220,175,65)
0 Favorites   0 Comments

Color spaces of #dcaf41

RGB 22017565
HSL0.120.690.56
HSV43°70°86°
CMYK 0.000.200.70   0.14
XYZ45.799346.257211.5157
Yxy46.25720.44220.4466
Hunter Lab68.01261.178737.5700
CIE-Lab73.71215.301560.0944

#dcaf41 color RGB value is (220,175,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 01000001
Octal 334 257 101
Decimal 220 175 65
Hex DC AF 41

RGB Percentages of Color #dcaf41

%47.83
%38.04
%14.13

CMYK Percentages of Color #dcaf41

%0
%20
%70
%14

Triadic Colors of #dcaf41

#dcaf41 #41dcaf #af41dc

Analogous Colors of #dcaf41

#dcaf41 #bcdc41 #dc6241

Monochromatic Colors of #dcaf41

#dcaf41

Complementary Color

#dcaf41 #416edc

#dcaf41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf41 Color CSS Codes

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

#dcaf41 Text Font Color

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

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


#dcaf41 Background Color

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

This div background color is #dcaf41


#dcaf41 Border Color

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

This div border color is #dcaf41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf41


Comments

No comments written yet.

Please login to write comment.