#DCD0AA

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

Shades of Sapling #DCD0AA

Tints of Sapling #DCD0AA

Color information

#DCD0AA (or 0xDCD0AA) is unknown color: approx Sapling. HEX triplet: DC, D0 and AA. RGB value is (220,208,170). Sum of RGB (Red+Green+Blue) = 220+208+170=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD0AA is #232F55. Grayscale: #CFCFCF. Windows color (decimal): -2305878 or 11194588. OLE color: 11194588.

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

Color convert

RGB220208170-
CMYK00.050.230.14
HSL45.6º41.67%76.47%-
HSV(B)45.6º22.73%86.27%-
XYZ59.3363.2347.11-
YUV207.26106.98137.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 208 (81.64% from 255) = 34.78%
BLUE value IS 170 (66.80% from 255) = 28.43%
R=36.79%
G=34.78%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020817000.050.230.1445.641.6776.47
HexDCD0AA0517E2e2a4c
Octal3343202520527165652114
Binary11011100110100001010101001011011111101011101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD0AA; }

 p { color: rgb(220,208,170); }

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

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

 a { background-color: rgb(220,208,170); }

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

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

 span { border-color: rgb(220,208,170); }

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