Color Hex Logo

#dcb301 Color Hex

#DCB301
(220,179,1)
0 Favorites   0 Comments

Color spaces of #dcb301

RGB 2201791
HSL0.140.990.43
HSV49°100°86°
CMYK 0.000.191.00   0.14
XYZ45.640847.45806.7835
Yxy47.45800.45690.4751
Hunter Lab68.8898-2.297442.3846
CIE-Lab74.48181.531376.7174

#dcb301 color RGB value is (220,179,1).

#dcb301 hex color red value is 220, green value is 179 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #dcb301 hue: 0.14 , saturation: 0.99 and the lightness value of dcb301 is 0.43.

The process color (four color CMYK) of #dcb301 color hex is 0.00, 0.19, 1.00, 0.14. Web safe color of #dcb301 is #cccc00. Color #dcb301 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 00000001
Octal 334 263 1
Decimal 220 179 1
Hex DC B3 1

RGB Percentages of Color #dcb301

%55.00
%44.75
%0.25

CMYK Percentages of Color #dcb301

%0
%19
%100
%14

Triadic Colors of #dcb301

#dcb301 #01dcb3 #b301dc

Analogous Colors of #dcb301

#dcb301 #98dc01 #dc4601

Monochromatic Colors of #dcb301

#dcb301

Complementary Color

#dcb301 #012adc

#dcb301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb301 Color CSS Codes

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

#dcb301 Text Font Color

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

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


#dcb301 Background Color

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

This div background color is #dcb301


#dcb301 Border Color

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

This div border color is #dcb301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb301


Comments

No comments written yet.

Please login to write comment.