Shades of Sapling #DCCDA8
Tints of Sapling #DCCDA8
RGB
CMYK
RGB Variations
Color information
#DCCDA8 (or 0xDCCDA8) is known color: 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
| RGB | 220 | 205 | 168 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.14 |
| HSL | 42.69º | 0.43% | 0.76% | - |
| HSV(B) | 42.69º | 0.24% | 0.86% | - |
| XYZ | 58.41 | 61.71 | 45.88 | - |
| YUV | 205.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 168 | 0 | 0.07 | 0.24 | 0.14 | 42.69 | 0.43 | 0.76 |
| Hex | DC | CD | A8 | 0 | 7 | 18 | E | 2B | 2B | 4C |
| Octal | 334 | 315 | 250 | 0 | 7 | 30 | 16 | 53 | 53 | 114 |
| Binary | 11011100 | 11001101 | 10101000 | 0 | 111 | 11000 | 1110 | 101011 | 101011 | 1001100 |
Color Harmonies of #DCCDA8
Complementary color
Monochromatic Colors of #DCCDA8
Black with #DCCDA8
Text Example
Text Example
White with #DCCDA8
Text Example
Text Example
HTML Codes & Css Web 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>