#DCD1A2

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

Shades of Sapling #DCD1A2

Tints of Sapling #DCD1A2

Color information

#DCD1A2 (or 0xDCD1A2) is unknown color: approx Sapling. HEX triplet: DC, D1 and A2. RGB value is (220,209,162). Sum of RGB (Red+Green+Blue) = 220+209+162=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD1A2 is #232E5D. Grayscale: #CFCFCF. Windows color (decimal): -2305630 or 10670556. OLE color: 10670556.

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

Color convert

RGB220209162-
CMYK00.050.260.14
HSL48.62º45.31%74.9%-
HSV(B)48.62º26.36%86.27%-
XYZ58.8463.4343.32-
YUV206.93102.64137.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 209 (82.03% from 255) = 35.36%
BLUE value IS 162 (63.67% from 255) = 27.41%
R=37.23%
G=35.36%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020916200.050.260.1448.6245.3174.9
HexDCD1A2051AE312d4b
Octal3343212420532166155113
Binary11011100110100011010001001011101011101100011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1A2; }

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

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

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

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

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

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

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

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