#DCD1A9

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

Shades of Sapling #DCD1A9

Tints of Sapling #DCD1A9

Color information

#DCD1A9 (or 0xDCD1A9) is unknown color: approx Sapling. HEX triplet: DC, D1 and A9. RGB value is (220,209,169). Sum of RGB (Red+Green+Blue) = 220+209+169=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD1A9 is #232E56. Grayscale: #CFCFCF. Windows color (decimal): -2305623 or 11129308. OLE color: 11129308.

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

Color convert

RGB220209169-
CMYK00.050.230.14
HSL47.06º42.15%76.27%-
HSV(B)47.06º23.18%86.27%-
XYZ59.4863.6846.69-
YUV207.73106.14136.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 209 (82.03% from 255) = 34.95%
BLUE value IS 169 (66.41% from 255) = 28.26%
R=36.79%
G=34.95%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020916900.050.230.1447.0642.1576.27
HexDCD1A90517E2f2a4c
Octal3343212510527165752114
Binary11011100110100011010100101011011111101011111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1A9; }

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

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

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

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

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

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

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

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