Color Hex Logo

#dcb604 Color Hex

#DCB604
(220,182,4)
0 Favorites   0 Comments

Color spaces of #dcb604

RGB 2201824
HSL0.140.960.44
HSV49°98°86°
CMYK 0.000.170.98   0.14
XYZ46.265148.68037.0727
Yxy48.68030.45350.4772
Hunter Lab69.7713-3.737042.8297
CIE-Lab75.2520-0.011576.9343

#dcb604 color RGB value is (220,182,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 00000100
Octal 334 266 4
Decimal 220 182 4
Hex DC B6 4

RGB Percentages of Color #dcb604

%54.19
%44.83
%0.99

CMYK Percentages of Color #dcb604

%0
%17
%98
%14

Triadic Colors of #dcb604

#dcb604 #04dcb6 #b604dc

Analogous Colors of #dcb604

#dcb604 #96dc04 #dc4a04

Monochromatic Colors of #dcb604

#dcb604

Complementary Color

#dcb604 #042adc

#dcb604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb604 Color CSS Codes

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

#dcb604 Text Font Color

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

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


#dcb604 Background Color

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

This div background color is #dcb604


#dcb604 Border Color

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

This div border color is #dcb604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb604


Comments

No comments written yet.

Please login to write comment.