Color Hex Logo

#dcc99d Color Hex

#DCC99D
(220,201,157)
0 Favorites   0 Comments

Color spaces of #dcc99d

RGB 220201157
HSL0.120.470.74
HSV42°29°86°
CMYK 0.000.090.29   0.14
XYZ56.487659.423340.3909
Yxy59.42330.36140.3802
Hunter Lab77.0865-4.099822.8945
CIE-Lab81.52370.018724.4396

#dcc99d color RGB value is (220,201,157).

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

The process color (four color CMYK) of #dcc99d color hex is 0.00, 0.09, 0.29, 0.14. Web safe color of #dcc99d is #cccc99. Color #dcc99d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 10011101
Octal 334 311 235
Decimal 220 201 157
Hex DC C9 9D

RGB Percentages of Color #dcc99d

%38.06
%34.78
%27.16

CMYK Percentages of Color #dcc99d

%0
%9
%29
%14

Triadic Colors of #dcc99d

#dcc99d #9ddcc9 #c99ddc

Analogous Colors of #dcc99d

#dcc99d #d0dc9d #dcaa9d

Monochromatic Colors of #dcc99d

#dcc99d

Complementary Color

#dcc99d #9db0dc

#dcc99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc99d Color CSS Codes

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

#dcc99d Text Font Color

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

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


#dcc99d Background Color

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

This div background color is #dcc99d


#dcc99d Border Color

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

This div border color is #dcc99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc99d


Comments

No comments written yet.

Please login to write comment.