Shades of Sapling #DACFAA
Tints of Sapling #DACFAA
RGB
CMYK
RGB Variations
Color information
#DACFAA (or 0xDACFAA) is known color: Sapling. HEX triplet: DA, CF and AA. RGB value is (218,207,170). Sum of RGB (Red+Green+Blue) = 218+207+170=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACFAA is #253055. Grayscale: #CECECE. Windows color (decimal): -2437206 or 11194330. OLE color: 11194330.
HSL color Cylindrical-coordinate representation of color #DACFAA: hue angle of 46.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DACFAA is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 170 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.15 |
| HSL | 46.25º | 0.39% | 0.76% | - |
| HSV(B) | 46.25º | 0.22% | 0.85% | - |
| XYZ | 58.48 | 62.43 | 47 | - |
| YUV | 206.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 170 | 0 | 0.05 | 0.22 | 0.15 | 46.25 | 0.39 | 0.76 |
| Hex | DA | CF | AA | 0 | 5 | 16 | F | 2E | 27 | 4C |
| Octal | 332 | 317 | 252 | 0 | 5 | 26 | 17 | 56 | 47 | 114 |
| Binary | 11011010 | 11001111 | 10101010 | 0 | 101 | 10110 | 1111 | 101110 | 100111 | 1001100 |
Color Harmonies of #DACFAA
Complementary color
Monochromatic Colors of #DACFAA
Black with #DACFAA
Text Example
Text Example
White with #DACFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFAA; }
p { color: rgb(218,207,170); }
H1.HeaderClassName
{
color: #DACFAA;
}
.AnyTagClassName
{
color: #DACFAA;
}
</style>
background-color css
<style>
a { background-color: #DACFAA; }
a { background-color: rgb(218,207,170); }
div.DivClassName
{
background-color: #DACFAA;
}
.BgClassName
{
background-color: #DACFAA;
}
</style>
border-color css
<style>
span { border-color: #DACFAA; }
span { border-color: rgb(218,207,170); }
td.TdClassName
{
border-color: #DACFAA;
}
.TagClassName
{
border-color: #DACFAA;
}
</style>