#DCD1AE

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

Shades of Sapling #DCD1AE

Tints of Sapling #DCD1AE

Color information

#DCD1AE (or 0xDCD1AE) is unknown color: approx Sapling. HEX triplet: DC, D1 and AE. RGB value is (220,209,174). Sum of RGB (Red+Green+Blue) = 220+209+174=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD1AE is #232E51. Grayscale: #D0D0D0. Windows color (decimal): -2305618 or 11456988. OLE color: 11456988.

HSL color Cylindrical-coordinate representation of color #DCD1AE: hue angle of 45.65º 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 #DCD1AE is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220209174-
CMYK00.050.210.14
HSL45.65º39.66%77.25%-
HSV(B)45.65º20.91%86.27%-
XYZ59.9663.8749.21-
YUV208.3108.64136.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 209 (82.03% from 255) = 34.66%
BLUE value IS 174 (68.36% from 255) = 28.86%
R=36.48%
G=34.66%
B=28.86%

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
Decimal22020917400.050.210.1445.6539.6677.25
HexDCD1AE0515E2e284d
Octal3343212560525165650115
Binary11011100110100011010111001011010111101011101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1AE; }

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

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

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

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

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

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

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

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