Color Hex Logo

#dcb203 Color Hex

#DCB203
(220,178,3)
0 Favorites   0 Comments

Color spaces of #dcb203

RGB 2201783
HSL0.130.970.44
HSV48°99°86°
CMYK 0.000.190.99   0.14
XYZ45.452047.06306.7746
Yxy47.06300.45780.4740
Hunter Lab68.6025-1.790642.1668
CIE-Lab74.23002.075776.3181

#dcb203 color RGB value is (220,178,3).

#dcb203 hex color red value is 220, green value is 178 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #dcb203 hue: 0.13 , saturation: 0.97 and the lightness value of dcb203 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 00000011
Octal 334 262 3
Decimal 220 178 3
Hex DC B2 3

RGB Percentages of Color #dcb203

%54.86
%44.39
%0.75

CMYK Percentages of Color #dcb203

%0
%19
%99
%14

Triadic Colors of #dcb203

#dcb203 #03dcb2 #b203dc

Analogous Colors of #dcb203

#dcb203 #9adc03 #dc4603

Monochromatic Colors of #dcb203

#dcb203

Complementary Color

#dcb203 #032ddc

#dcb203 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb203 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb203 Color CSS Codes

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

#dcb203 Text Font Color

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

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


#dcb203 Background Color

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

This div background color is #dcb203


#dcb203 Border Color

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

This div border color is #dcb203


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb203


Comments

No comments written yet.

Please login to write comment.