Shades of Stark White #DAC7B9
Tints of Stark White #DAC7B9
RGB
CMYK
RGB Variations
Color information
#DAC7B9 (or 0xDAC7B9) is known color: Stark White. HEX triplet: DA, C7 and B9. RGB value is (218,199,185). Sum of RGB (Red+Green+Blue) = 218+199+185=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC7B9 is #253846. Grayscale: #CBCBCB. Windows color (decimal): -2439239 or 12175322. OLE color: 12175322.
HSL color Cylindrical-coordinate representation of color #DAC7B9: hue angle of 25.45º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAC7B9 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 185 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.15 |
| HSL | 25.45º | 0.31% | 0.79% | - |
| HSV(B) | 25.45º | 0.15% | 0.85% | - |
| XYZ | 58.09 | 59.26 | 54.27 | - |
| YUV | 203.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 185 | 0 | 0.09 | 0.15 | 0.15 | 25.45 | 0.31 | 0.79 |
| Hex | DA | C7 | B9 | 0 | 9 | F | F | 19 | 1F | 4F |
| Octal | 332 | 307 | 271 | 0 | 11 | 17 | 17 | 31 | 37 | 117 |
| Binary | 11011010 | 11000111 | 10111001 | 0 | 1001 | 1111 | 1111 | 11001 | 11111 | 1001111 |
Color Harmonies of #DAC7B9
Complementary color
Monochromatic Colors of #DAC7B9
Black with #DAC7B9
Text Example
Text Example
White with #DAC7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC7B9; }
p { color: rgb(218,199,185); }
H1.HeaderClassName
{
color: #DAC7B9;
}
.AnyTagClassName
{
color: #DAC7B9;
}
</style>
background-color css
<style>
a { background-color: #DAC7B9; }
a { background-color: rgb(218,199,185); }
div.DivClassName
{
background-color: #DAC7B9;
}
.BgClassName
{
background-color: #DAC7B9;
}
</style>
border-color css
<style>
span { border-color: #DAC7B9; }
span { border-color: rgb(218,199,185); }
td.TdClassName
{
border-color: #DAC7B9;
}
.TagClassName
{
border-color: #DAC7B9;
}
</style>