Color Hex Logo

#dcc508 Color Hex

#DCC508
(220,197,8)
0 Favorites   0 Comments

Color spaces of #dcc508

RGB 2201978
HSL0.150.930.45
HSV53°96°86°
CMYK 0.000.100.96   0.14
XYZ49.525355.16578.2675
Yxy55.16570.43840.4884
Hunter Lab74.2736-10.955945.3919
CIE-Lab79.1366-7.725779.3381

#dcc508 color RGB value is (220,197,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 00001000
Octal 334 305 10
Decimal 220 197 8
Hex DC C5 8

RGB Percentages of Color #dcc508

%51.76
%46.35
%1.88

CMYK Percentages of Color #dcc508

%0
%10
%96
%14

Triadic Colors of #dcc508

#dcc508 #08dcc5 #c508dc

Analogous Colors of #dcc508

#dcc508 #89dc08 #dc5b08

Monochromatic Colors of #dcc508

#dcc508

Complementary Color

#dcc508 #081fdc

#dcc508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc508 Color CSS Codes

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

#dcc508 Text Font Color

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

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


#dcc508 Background Color

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

This div background color is #dcc508


#dcc508 Border Color

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

This div border color is #dcc508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc508


Comments

No comments written yet.

Please login to write comment.