Shades of Sapling #DCCFA8
Tints of Sapling #DCCFA8
RGB
CMYK
RGB Variations
Color information
#DCCFA8 (or 0xDCCFA8) is known color: Sapling. HEX triplet: DC, CF and A8. RGB value is (220,207,168). Sum of RGB (Red+Green+Blue) = 220+207+168=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCFA8 is #233057. Grayscale: #CECECE. Windows color (decimal): -2306136 or 11063260. OLE color: 11063260.
HSL color Cylindrical-coordinate representation of color #DCCFA8: hue angle of 45º 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 #DCCFA8 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 168 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.14 |
| HSL | 45º | 0.43% | 0.76% | - |
| HSV(B) | 45º | 0.24% | 0.86% | - |
| XYZ | 58.9 | 62.67 | 46.04 | - |
| YUV | 206.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 168 | 0 | 0.06 | 0.24 | 0.14 | 45 | 0.43 | 0.76 |
| Hex | DC | CF | A8 | 0 | 6 | 18 | E | 2D | 2B | 4C |
| Octal | 334 | 317 | 250 | 0 | 6 | 30 | 16 | 55 | 53 | 114 |
| Binary | 11011100 | 11001111 | 10101000 | 0 | 110 | 11000 | 1110 | 101101 | 101011 | 1001100 |
Color Harmonies of #DCCFA8
Complementary color
Monochromatic Colors of #DCCFA8
Black with #DCCFA8
Text Example
Text Example
White with #DCCFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFA8; }
p { color: rgb(220,207,168); }
H1.HeaderClassName
{
color: #DCCFA8;
}
.AnyTagClassName
{
color: #DCCFA8;
}
</style>
background-color css
<style>
a { background-color: #DCCFA8; }
a { background-color: rgb(220,207,168); }
div.DivClassName
{
background-color: #DCCFA8;
}
.BgClassName
{
background-color: #DCCFA8;
}
</style>
border-color css
<style>
span { border-color: #DCCFA8; }
span { border-color: rgb(220,207,168); }
td.TdClassName
{
border-color: #DCCFA8;
}
.TagClassName
{
border-color: #DCCFA8;
}
</style>