#DCD1AD

Color #DCD1AD Sapling (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapling #DCD1AD

Tints of Sapling #DCD1AD

Color information

#DCD1AD (or 0xDCD1AD) is unknown color: approx Sapling. HEX triplet: DC, D1 and AD. RGB value is (220,209,173). Sum of RGB (Red+Green+Blue) = 220+209+173=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD1AD is #232E52. Grayscale: #D0D0D0. Windows color (decimal): -2305619 or 11391452. OLE color: 11391452.

HSL color Cylindrical-coordinate representation of color #DCD1AD: hue angle of 45.96º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCD1AD is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220209173-
CMYK00.050.210.14
HSL45.96º40.17%77.06%-
HSV(B)45.96º21.36%86.27%-
XYZ59.8663.8348.7-
YUV208.18108.14136.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 209 (82.03% from 255) = 34.72%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=36.54%
G=34.72%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020917300.050.210.1445.9640.1777.06
HexDCD1AD0515E2e284d
Octal3343212550525165650115
Binary11011100110100011010110101011010111101011101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1AD; }

 p { color: rgb(220,209,173); }

 H1.HeaderClassName
 {
   color: #DCD1AD;
 }
 .AnyTagClassName
 {
   color: #DCD1AD;
 }
</style>
background-color css

<style>
 a { background-color: #DCD1AD; }

 a { background-color: rgb(220,209,173); }

 div.DivClassName
 {
   background-color: #DCD1AD;
 }
 .BgClassName
 {
   background-color: #DCD1AD;
 }
</style>
border-color css

<style>
 span { border-color: #DCD1AD; }

 span { border-color: rgb(220,209,173); }

 td.TdClassName
 {
   border-color: #DCD1AD;
 }
 .TagClassName
 {
   border-color: #DCD1AD;
 }
</style>