Color Hex Logo

#dcaf36 Color Hex

#DCAF36
(220,175,54)
0 Favorites   0 Comments

Color spaces of #dcaf36

RGB 22017554
HSL0.120.700.54
HSV44°75°86°
CMYK 0.000.200.75   0.14
XYZ45.511046.14199.9976
Yxy46.14190.44770.4539
Hunter Lab67.92780.719638.8232
CIE-Lab73.63754.798864.3193

#dcaf36 color RGB value is (220,175,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 00110110
Octal 334 257 66
Decimal 220 175 54
Hex DC AF 36

RGB Percentages of Color #dcaf36

%49.00
%38.98
%12.03

CMYK Percentages of Color #dcaf36

%0
%20
%75
%14

Triadic Colors of #dcaf36

#dcaf36 #36dcaf #af36dc

Analogous Colors of #dcaf36

#dcaf36 #b6dc36 #dc5c36

Monochromatic Colors of #dcaf36

#dcaf36

Complementary Color

#dcaf36 #3663dc

#dcaf36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf36 Color CSS Codes

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

#dcaf36 Text Font Color

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

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


#dcaf36 Background Color

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

This div background color is #dcaf36


#dcaf36 Border Color

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

This div border color is #dcaf36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf36


Comments

No comments written yet.

Please login to write comment.