Color Hex Logo

#dcd17f Color Hex

#DCD17F
(220,209,127)
0 Favorites   0 Comments

Color spaces of #dcd17f

RGB 220209127
HSL0.150.570.68
HSV53°42°86°
CMYK 0.000.050.42   0.14
XYZ56.146462.348929.1540
Yxy62.34890.38030.4223
Hunter Lab78.9613-11.257733.3819
CIE-Lab83.0986-7.617841.9528

#dcd17f color RGB value is (220,209,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 01111111
Octal 334 321 177
Decimal 220 209 127
Hex DC D1 7F

RGB Percentages of Color #dcd17f

%39.57
%37.59
%22.84

CMYK Percentages of Color #dcd17f

%0
%5
%42
%14

Triadic Colors of #dcd17f

#dcd17f #7fdcd1 #d17fdc

Analogous Colors of #dcd17f

#dcd17f #b9dc7f #dca37f

Monochromatic Colors of #dcd17f

#dcd17f

Complementary Color

#dcd17f #7f8adc

#dcd17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd17f Color CSS Codes

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

#dcd17f Text Font Color

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

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


#dcd17f Background Color

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

This div background color is #dcd17f


#dcd17f Border Color

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

This div border color is #dcd17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd17f


Comments

No comments written yet.

Please login to write comment.