#DCD2A6

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

Shades of Sapling #DCD2A6

Tints of Sapling #DCD2A6

Color information

#DCD2A6 (or 0xDCD2A6) is unknown color: approx Sapling. HEX triplet: DC, D2 and A6. RGB value is (220,210,166). Sum of RGB (Red+Green+Blue) = 220+210+166=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 166 (65.23% from 255 or 27.85% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2A6 is #232D59. Grayscale: #D0D0D0. Windows color (decimal): -2305370 or 10932956. OLE color: 10932956.

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

Color convert

RGB220210166-
CMYK00.050.250.14
HSL48.89º43.55%75.69%-
HSV(B)48.89º24.55%86.27%-
XYZ59.4464.0645.31-
YUV207.97104.31136.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 210 (82.42% from 255) = 35.23%
BLUE value IS 166 (65.23% from 255) = 27.85%
R=36.91%
G=35.23%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021016600.050.250.1448.8943.5575.69
HexDCD2A60519E312c4c
Octal3343222460531166154114
Binary11011100110100101010011001011100111101100011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2A6; }

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

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

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

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

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

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

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

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