Color Hex Logo

#dcd18f Color Hex

#DCD18F
(220,209,143)
1 Favorites   0 Comments

Color spaces of #dcd18f

RGB 220209143
HSL0.140.520.71
HSV51°35°86°
CMYK 0.000.050.35   0.14
XYZ57.273662.799735.0895
Yxy62.79970.36910.4047
Hunter Lab79.2463-9.673829.2193
CIE-Lab83.3369-5.855834.1500

#dcd18f color RGB value is (220,209,143).

#dcd18f hex color red value is 220, green value is 209 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dcd18f hue: 0.14 , saturation: 0.52 and the lightness value of dcd18f is 0.71.

The process color (four color CMYK) of #dcd18f color hex is 0.00, 0.05, 0.35, 0.14. Web safe color of #dcd18f is #cccc99. Color #dcd18f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 10001111
Octal 334 321 217
Decimal 220 209 143
Hex DC D1 8F

RGB Percentages of Color #dcd18f

%38.46
%36.54
%25.00

CMYK Percentages of Color #dcd18f

%0
%5
%35
%14

Triadic Colors of #dcd18f

#dcd18f #8fdcd1 #d18fdc

Analogous Colors of #dcd18f

#dcd18f #c1dc8f #dcab8f

Monochromatic Colors of #dcd18f

#dcd18f

Complementary Color

#dcd18f #8f9adc

#dcd18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd18f Color CSS Codes

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

#dcd18f Text Font Color

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

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


#dcd18f Background Color

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

This div background color is #dcd18f


#dcd18f Border Color

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

This div border color is #dcd18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd18f


Comments

No comments written yet.

Please login to write comment.