#DCD2A0

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

Shades of Sapling #DCD2A0

Tints of Sapling #DCD2A0

Color information

#DCD2A0 (or 0xDCD2A0) is unknown color: approx Sapling. HEX triplet: DC, D2 and A0. RGB value is (220,210,160). Sum of RGB (Red+Green+Blue) = 220+210+160=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2A0 is #232D5F. Grayscale: #CFCFCF. Windows color (decimal): -2305376 or 10539740. OLE color: 10539740.

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

Color convert

RGB220210160-
CMYK00.050.270.14
HSL50º46.15%74.51%-
HSV(B)50º27.27%86.27%-
XYZ58.9163.8542.48-
YUV207.29101.31137.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 210 (82.42% from 255) = 35.59%
BLUE value IS 160 (62.89% from 255) = 27.12%
R=37.29%
G=35.59%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021016000.050.270.145046.1574.51
HexDCD2A0051BE322e4b
Octal3343222400533166256113
Binary11011100110100101010000001011101111101100101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2A0; }

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

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

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

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

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

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

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

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