Shades of Sapling #DACDA6
Tints of Sapling #DACDA6
RGB
CMYK
RGB Variations
Color information
#DACDA6 (or 0xDACDA6) is known color: Sapling. HEX triplet: DA, CD and A6. RGB value is (218,205,166). Sum of RGB (Red+Green+Blue) = 218+205+166=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACDA6 is #253259. Grayscale: #CCCCCC. Windows color (decimal): -2437722 or 10931674. OLE color: 10931674.
HSL color Cylindrical-coordinate representation of color #DACDA6: hue angle of 45º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DACDA6 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 166 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.15 |
| HSL | 45º | 0.41% | 0.75% | - |
| HSV(B) | 45º | 0.24% | 0.85% | - |
| XYZ | 57.63 | 61.32 | 44.88 | - |
| YUV | 204.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 166 | 0 | 0.06 | 0.24 | 0.15 | 45 | 0.41 | 0.75 |
| Hex | DA | CD | A6 | 0 | 6 | 18 | F | 2D | 29 | 4B |
| Octal | 332 | 315 | 246 | 0 | 6 | 30 | 17 | 55 | 51 | 113 |
| Binary | 11011010 | 11001101 | 10100110 | 0 | 110 | 11000 | 1111 | 101101 | 101001 | 1001011 |
Color Harmonies of #DACDA6
Complementary color
Monochromatic Colors of #DACDA6
Black with #DACDA6
Text Example
Text Example
White with #DACDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDA6; }
p { color: rgb(218,205,166); }
H1.HeaderClassName
{
color: #DACDA6;
}
.AnyTagClassName
{
color: #DACDA6;
}
</style>
background-color css
<style>
a { background-color: #DACDA6; }
a { background-color: rgb(218,205,166); }
div.DivClassName
{
background-color: #DACDA6;
}
.BgClassName
{
background-color: #DACDA6;
}
</style>
border-color css
<style>
span { border-color: #DACDA6; }
span { border-color: rgb(218,205,166); }
td.TdClassName
{
border-color: #DACDA6;
}
.TagClassName
{
border-color: #DACDA6;
}
</style>