Color Hex Logo

#dcc19f Color Hex

#DCC19F
(220,193,159)
0 Favorites   0 Comments

Color spaces of #dcc19f

RGB 220193159
HSL0.090.470.74
HSV33°28°86°
CMYK 0.000.120.28   0.14
XYZ54.843255.858840.6922
Yxy55.85880.36230.3690
Hunter Lab74.73870.190320.0361
CIE-Lab79.53344.478320.6515

#dcc19f color RGB value is (220,193,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 10011111
Octal 334 301 237
Decimal 220 193 159
Hex DC C1 9F

RGB Percentages of Color #dcc19f

%38.46
%33.74
%27.80

CMYK Percentages of Color #dcc19f

%0
%12
%28
%14

Triadic Colors of #dcc19f

#dcc19f #9fdcc1 #c19fdc

Analogous Colors of #dcc19f

#dcc19f #d9dc9f #dca39f

Monochromatic Colors of #dcc19f

#dcc19f

Complementary Color

#dcc19f #9fbadc

#dcc19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc19f Color CSS Codes

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

#dcc19f Text Font Color

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

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


#dcc19f Background Color

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

This div background color is #dcc19f


#dcc19f Border Color

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

This div border color is #dcc19f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,193,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 #dcc19f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc19f


Comments

No comments written yet.

Please login to write comment.