#DCD1AB

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

Shades of Sapling #DCD1AB

Tints of Sapling #DCD1AB

Color information

#DCD1AB (or 0xDCD1AB) is unknown color: approx Sapling. HEX triplet: DC, D1 and AB. RGB value is (220,209,171). Sum of RGB (Red+Green+Blue) = 220+209+171=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD1AB is #232E54. Grayscale: #D0D0D0. Windows color (decimal): -2305621 or 11260380. OLE color: 11260380.

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

Color convert

RGB220209171-
CMYK00.050.220.14
HSL46.53º41.18%76.67%-
HSV(B)46.53º22.27%86.27%-
XYZ59.6763.7647.69-
YUV207.96107.14136.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 209 (82.03% from 255) = 34.83%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=36.67%
G=34.83%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020917100.050.220.1446.5341.1876.67
HexDCD1AB0516E2f294d
Octal3343212530526165751115
Binary11011100110100011010101101011011011101011111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1AB; }

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

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

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

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

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

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

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

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