#DCD2AB

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

Shades of Sapling #DCD2AB

Tints of Sapling #DCD2AB

Color information

#DCD2AB (or 0xDCD2AB) is unknown color: approx Sapling. HEX triplet: DC, D2 and AB. RGB value is (220,210,171). Sum of RGB (Red+Green+Blue) = 220+210+171=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2AB is #232D54. Grayscale: #D0D0D0. Windows color (decimal): -2305365 or 11260636. OLE color: 11260636.

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

Color convert

RGB220210171-
CMYK00.050.220.14
HSL47.76º41.18%76.67%-
HSV(B)47.76º22.27%86.27%-
XYZ59.9164.2547.77-
YUV208.54106.81136.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 210 (82.42% from 255) = 34.94%
BLUE value IS 171 (67.19% from 255) = 28.45%
R=36.61%
G=34.94%
B=28.45%

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
Decimal22021017100.050.220.1447.7641.1876.67
HexDCD2AB0516E30294d
Octal3343222530526166051115
Binary11011100110100101010101101011011011101100001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2AB; }

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

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

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

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

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

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

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

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