Color Hex Logo

#dcc816 Color Hex

#DCC816
(220,200,22)
0 Favorites   0 Comments

Color spaces of #dcc816

RGB 22020022
HSL0.150.820.47
HSV54°90°86°
CMYK 0.000.090.90   0.14
XYZ50.314356.58219.0287
Yxy56.58210.43400.4881
Hunter Lab75.2211-12.240845.5382
CIE-Lab79.9440-9.080378.2069

#dcc816 color RGB value is (220,200,22).

#dcc816 hex color red value is 220, green value is 200 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dcc816 hue: 0.15 , saturation: 0.82 and the lightness value of dcc816 is 0.47.

The process color (four color CMYK) of #dcc816 color hex is 0.00, 0.09, 0.90, 0.14. Web safe color of #dcc816 is #cccc00. Color #dcc816 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 00010110
Octal 334 310 26
Decimal 220 200 22
Hex DC C8 16

RGB Percentages of Color #dcc816

%49.77
%45.25
%4.98

CMYK Percentages of Color #dcc816

%0
%9
%90
%14

Triadic Colors of #dcc816

#dcc816 #16dcc8 #c816dc

Analogous Colors of #dcc816

#dcc816 #8ddc16 #dc6516

Monochromatic Colors of #dcc816

#dcc816

Complementary Color

#dcc816 #162adc

#dcc816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc816 Color CSS Codes

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

#dcc816 Text Font Color

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

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


#dcc816 Background Color

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

This div background color is #dcc816


#dcc816 Border Color

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

This div border color is #dcc816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc816


Comments

No comments written yet.

Please login to write comment.