Color Hex Logo

#dcd69f Color Hex

#DCD69F
(220,214,159)
0 Favorites   0 Comments

Color spaces of #dcd69f

RGB 220214159
HSL0.150.470.74
HSV54°28°86°
CMYK 0.000.030.28   0.14
XYZ59.819865.812042.3510
Yxy65.81200.35610.3918
Hunter Lab81.1246-10.345425.8349
CIE-Lab84.9004-6.427527.9735

#dcd69f color RGB value is (220,214,159).

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

The process color (four color CMYK) of #dcd69f color hex is 0.00, 0.03, 0.28, 0.14. Web safe color of #dcd69f is #cccc99. Color #dcd69f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010110 10011111
Octal 334 326 237
Decimal 220 214 159
Hex DC D6 9F

RGB Percentages of Color #dcd69f

%37.10
%36.09
%26.81

CMYK Percentages of Color #dcd69f

%0
%3
%28
%14

Triadic Colors of #dcd69f

#dcd69f #9fdcd6 #d69fdc

Analogous Colors of #dcd69f

#dcd69f #c4dc9f #dcb89f

Monochromatic Colors of #dcd69f

#dcd69f

Complementary Color

#dcd69f #9fa5dc

#dcd69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd69f Color CSS Codes

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

#dcd69f Text Font Color

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

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


#dcd69f Background Color

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

This div background color is #dcd69f


#dcd69f Border Color

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

This div border color is #dcd69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd69f


Comments

No comments written yet.

Please login to write comment.