Color Hex Logo

#dcb608 Color Hex

#DCB608
(220,182,8)
0 Favorites   0 Comments

Color spaces of #dcb608

RGB 2201828
HSL0.140.930.45
HSV49°96°86°
CMYK 0.000.170.96   0.14
XYZ46.287048.68917.1881
Yxy48.68910.45310.4766
Hunter Lab69.7776-3.702742.7366
CIE-Lab75.25750.026876.5089

#dcb608 color RGB value is (220,182,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 00001000
Octal 334 266 10
Decimal 220 182 8
Hex DC B6 8

RGB Percentages of Color #dcb608

%53.66
%44.39
%1.95

CMYK Percentages of Color #dcb608

%0
%17
%96
%14

Triadic Colors of #dcb608

#dcb608 #08dcb6 #b608dc

Analogous Colors of #dcb608

#dcb608 #98dc08 #dc4c08

Monochromatic Colors of #dcb608

#dcb608

Complementary Color

#dcb608 #082edc

#dcb608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb608 Color CSS Codes

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

#dcb608 Text Font Color

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

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


#dcb608 Background Color

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

This div background color is #dcb608


#dcb608 Border Color

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

This div border color is #dcb608


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb608


Comments

No comments written yet.

Please login to write comment.