Color Hex Logo

#dcd16f Color Hex

#DCD16F
(220,209,111)
0 Favorites   0 Comments

Color spaces of #dcd16f

RGB 220209111
HSL0.150.610.65
HSV54°50°86°
CMYK 0.000.050.50   0.14
XYZ55.184961.964324.0907
Yxy61.96430.39070.4387
Hunter Lab78.7174-12.617936.9571
CIE-Lab82.8944-9.146349.5426

#dcd16f color RGB value is (220,209,111).

#dcd16f hex color red value is 220, green value is 209 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dcd16f hue: 0.15 , saturation: 0.61 and the lightness value of dcd16f is 0.65.

The process color (four color CMYK) of #dcd16f color hex is 0.00, 0.05, 0.50, 0.14. Web safe color of #dcd16f is #cccc66. Color #dcd16f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 01101111
Octal 334 321 157
Decimal 220 209 111
Hex DC D1 6F

RGB Percentages of Color #dcd16f

%40.74
%38.70
%20.56

CMYK Percentages of Color #dcd16f

%0
%5
%50
%14

Triadic Colors of #dcd16f

#dcd16f #6fdcd1 #d16fdc

Analogous Colors of #dcd16f

#dcd16f #b1dc6f #dc9b6f

Monochromatic Colors of #dcd16f

#dcd16f

Complementary Color

#dcd16f #6f7adc

#dcd16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd16f Color CSS Codes

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

#dcd16f Text Font Color

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

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


#dcd16f Background Color

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

This div background color is #dcd16f


#dcd16f Border Color

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

This div border color is #dcd16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd16f


Comments

No comments written yet.

Please login to write comment.