Color Hex Logo

#dcb603 Color Hex

#DCB603
(220,182,3)
0 Favorites   0 Comments

Color spaces of #dcb603

RGB 2201823
HSL0.140.970.44
HSV49°99°86°
CMYK 0.000.170.99   0.14
XYZ46.259648.67817.0438
Yxy48.67810.45360.4773
Hunter Lab69.7697-3.745642.8530
CIE-Lab75.2506-0.021277.0416

#dcb603 color RGB value is (220,182,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 00000011
Octal 334 266 3
Decimal 220 182 3
Hex DC B6 3

RGB Percentages of Color #dcb603

%54.32
%44.94
%0.74

CMYK Percentages of Color #dcb603

%0
%17
%99
%14

Triadic Colors of #dcb603

#dcb603 #03dcb6 #b603dc

Analogous Colors of #dcb603

#dcb603 #96dc03 #dc4a03

Monochromatic Colors of #dcb603

#dcb603

Complementary Color

#dcb603 #0329dc

#dcb603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb603 Color CSS Codes

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

#dcb603 Text Font Color

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

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


#dcb603 Background Color

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

This div background color is #dcb603


#dcb603 Border Color

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

This div border color is #dcb603


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,182,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 #dcb603">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb603


Comments

No comments written yet.

Please login to write comment.