Color Hex Logo

#dcb302 Color Hex

#DCB302
(220,179,2)
0 Favorites   0 Comments

Color spaces of #dcb302

RGB 2201792
HSL0.140.980.44
HSV49°99°86°
CMYK 0.000.190.99   0.14
XYZ45.646347.46026.8124
Yxy47.46020.45680.4750
Hunter Lab68.8914-2.288742.3610
CIE-Lab74.48321.541076.6074

#dcb302 color RGB value is (220,179,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 00000010
Octal 334 263 2
Decimal 220 179 2
Hex DC B3 2

RGB Percentages of Color #dcb302

%54.86
%44.64
%0.50

CMYK Percentages of Color #dcb302

%0
%19
%99
%14

Triadic Colors of #dcb302

#dcb302 #02dcb3 #b302dc

Analogous Colors of #dcb302

#dcb302 #98dc02 #dc4602

Monochromatic Colors of #dcb302

#dcb302

Complementary Color

#dcb302 #022bdc

#dcb302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb302 Color CSS Codes

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

#dcb302 Text Font Color

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

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


#dcb302 Background Color

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

This div background color is #dcb302


#dcb302 Border Color

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

This div border color is #dcb302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb302


Comments

No comments written yet.

Please login to write comment.