#DCCDA8

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

Shades of Sapling #DCCDA8

Tints of Sapling #DCCDA8

Color information

#DCCDA8 (or 0xDCCDA8) is unknown color: approx Sapling. HEX triplet: DC, CD and A8. RGB value is (220,205,168). Sum of RGB (Red+Green+Blue) = 220+205+168=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCDA8 is #233257. Grayscale: #CDCDCD. Windows color (decimal): -2306648 or 11062748. OLE color: 11062748.

HSL color Cylindrical-coordinate representation of color #DCCDA8: hue angle of 42.69º 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 #DCCDA8 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB220205168-
CMYK00.070.240.14
HSL42.69º42.62%76.08%-
HSV(B)42.69º23.64%86.27%-
XYZ58.4161.7145.88-
YUV205.27106.97138.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 168 (66.02% from 255) = 28.33%
R=37.10%
G=34.57%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020516800.070.240.1442.6942.6276.08
HexDCCDA80718E2b2b4c
Octal3343152500730165353114
Binary11011100110011011010100001111100011101010111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDA8; }

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

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

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

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

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

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

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

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