Shades of Stark White #DAC9B6
Tints of Stark White #DAC9B6
RGB
CMYK
RGB Variations
Color information
#DAC9B6 (or 0xDAC9B6) is known color: Stark White. HEX triplet: DA, C9 and B6. RGB value is (218,201,182). Sum of RGB (Red+Green+Blue) = 218+201+182=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9B6 is #253649. Grayscale: #CCCCCC. Windows color (decimal): -2438730 or 11979226. OLE color: 11979226.
HSL color Cylindrical-coordinate representation of color #DAC9B6: hue angle of 31.67º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAC9B6 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 182 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.15 |
| HSL | 31.67º | 0.33% | 0.78% | - |
| HSV(B) | 31.67º | 0.17% | 0.85% | - |
| XYZ | 58.24 | 60.06 | 52.78 | - |
| YUV | 203.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 182 | 0 | 0.08 | 0.17 | 0.15 | 31.67 | 0.33 | 0.78 |
| Hex | DA | C9 | B6 | 0 | 8 | 11 | F | 20 | 21 | 4E |
| Octal | 332 | 311 | 266 | 0 | 10 | 21 | 17 | 40 | 41 | 116 |
| Binary | 11011010 | 11001001 | 10110110 | 0 | 1000 | 10001 | 1111 | 100000 | 100001 | 1001110 |
Color Harmonies of #DAC9B6
Complementary color
Monochromatic Colors of #DAC9B6
Black with #DAC9B6
Text Example
Text Example
White with #DAC9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9B6; }
p { color: rgb(218,201,182); }
H1.HeaderClassName
{
color: #DAC9B6;
}
.AnyTagClassName
{
color: #DAC9B6;
}
</style>
background-color css
<style>
a { background-color: #DAC9B6; }
a { background-color: rgb(218,201,182); }
div.DivClassName
{
background-color: #DAC9B6;
}
.BgClassName
{
background-color: #DAC9B6;
}
</style>
border-color css
<style>
span { border-color: #DAC9B6; }
span { border-color: rgb(218,201,182); }
td.TdClassName
{
border-color: #DAC9B6;
}
.TagClassName
{
border-color: #DAC9B6;
}
</style>