Color Hex Logo

#dcb01f Color Hex

#DCB01F
(220,176,31)
0 Favorites   0 Comments

Color spaces of #dcb01f

RGB 22017631
HSL0.130.750.49
HSV46°86°86°
CMYK 0.000.200.86   0.14
XYZ45.287946.36527.8588
Yxy46.36520.45510.4659
Hunter Lab68.0920-0.440940.8215
CIE-Lab73.78193.536371.5250

#dcb01f color RGB value is (220,176,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 00011111
Octal 334 260 37
Decimal 220 176 31
Hex DC B0 1F

RGB Percentages of Color #dcb01f

%51.52
%41.22
%7.26

CMYK Percentages of Color #dcb01f

%0
%20
%86
%14

Triadic Colors of #dcb01f

#dcb01f #1fdcb0 #b01fdc

Analogous Colors of #dcb01f

#dcb01f #aadc1f #dc521f

Monochromatic Colors of #dcb01f

#dcb01f

Complementary Color

#dcb01f #1f4bdc

#dcb01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb01f Color CSS Codes

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

#dcb01f Text Font Color

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

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


#dcb01f Background Color

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

This div background color is #dcb01f


#dcb01f Border Color

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

This div border color is #dcb01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb01f


Comments

No comments written yet.

Please login to write comment.