#DCD0A8

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

Shades of Sapling #DCD0A8

Tints of Sapling #DCD0A8

Color information

#DCD0A8 (or 0xDCD0A8) is unknown color: approx Sapling. HEX triplet: DC, D0 and A8. RGB value is (220,208,168). Sum of RGB (Red+Green+Blue) = 220+208+168=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD0A8 is #232F57. Grayscale: #CFCFCF. Windows color (decimal): -2305880 or 11063516. OLE color: 11063516.

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

Color convert

RGB220208168-
CMYK00.050.240.14
HSL46.15º42.62%76.08%-
HSV(B)46.15º23.64%86.27%-
XYZ59.1463.1546.12-
YUV207.03105.98137.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 208 (81.64% from 255) = 34.90%
BLUE value IS 168 (66.02% from 255) = 28.19%
R=36.91%
G=34.90%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020816800.050.240.1446.1542.6276.08
HexDCD0A80518E2e2b4c
Octal3343202500530165653114
Binary11011100110100001010100001011100011101011101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD0A8; }

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

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

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

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

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

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

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

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