Color Hex Logo

#dcd011 Color Hex

#DCD011
(220,208,17)
0 Favorites   0 Comments

Color spaces of #dcd011

RGB 22020817
HSL0.160.860.46
HSV56°92°86°
CMYK 0.000.050.92   0.14
XYZ52.172360.36799.4327
Yxy60.36790.42770.4949
Hunter Lab77.6968-16.109147.1897
CIE-Lab82.0378-13.186680.5349

#dcd011 color RGB value is (220,208,17).

#dcd011 hex color red value is 220, green value is 208 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #dcd011 hue: 0.16 , saturation: 0.86 and the lightness value of dcd011 is 0.46.

The process color (four color CMYK) of #dcd011 color hex is 0.00, 0.05, 0.92, 0.14. Web safe color of #dcd011 is #cccc00. Color #dcd011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010000 00010001
Octal 334 320 21
Decimal 220 208 17
Hex DC D0 11

RGB Percentages of Color #dcd011

%49.44
%46.74
%3.82

CMYK Percentages of Color #dcd011

%0
%5
%92
%14

Triadic Colors of #dcd011

#dcd011 #11dcd0 #d011dc

Analogous Colors of #dcd011

#dcd011 #83dc11 #dc6b11

Monochromatic Colors of #dcd011

#dcd011

Complementary Color

#dcd011 #111ddc

#dcd011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd011 Color CSS Codes

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

#dcd011 Text Font Color

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

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


#dcd011 Background Color

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

This div background color is #dcd011


#dcd011 Border Color

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

This div border color is #dcd011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd011


Comments

No comments written yet.

Please login to write comment.