Shades of Stark White #DBCAB9
Tints of Stark White #DBCAB9
RGB
CMYK
RGB Variations
Color information
#DBCAB9 (or 0xDBCAB9) is known color: Stark White. HEX triplet: DB, CA and B9. RGB value is (219,202,185). Sum of RGB (Red+Green+Blue) = 219+202+185=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAB9 is #243546. Grayscale: #CDCDCD. Windows color (decimal): -2372935 or 12176091. OLE color: 12176091.
HSL color Cylindrical-coordinate representation of color #DBCAB9: hue angle of 30º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBCAB9 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 185 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.14 |
| HSL | 30º | 0.32% | 0.79% | - |
| HSV(B) | 30º | 0.16% | 0.86% | - |
| XYZ | 59.09 | 60.8 | 54.52 | - |
| YUV | 205.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 185 | 0 | 0.08 | 0.16 | 0.14 | 30 | 0.32 | 0.79 |
| Hex | DB | CA | B9 | 0 | 8 | 10 | E | 1E | 20 | 4F |
| Octal | 333 | 312 | 271 | 0 | 10 | 20 | 16 | 36 | 40 | 117 |
| Binary | 11011011 | 11001010 | 10111001 | 0 | 1000 | 10000 | 1110 | 11110 | 100000 | 1001111 |
Color Harmonies of #DBCAB9
Complementary color
Monochromatic Colors of #DBCAB9
Black with #DBCAB9
Text Example
Text Example
White with #DBCAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAB9; }
p { color: rgb(219,202,185); }
H1.HeaderClassName
{
color: #DBCAB9;
}
.AnyTagClassName
{
color: #DBCAB9;
}
</style>
background-color css
<style>
a { background-color: #DBCAB9; }
a { background-color: rgb(219,202,185); }
div.DivClassName
{
background-color: #DBCAB9;
}
.BgClassName
{
background-color: #DBCAB9;
}
</style>
border-color css
<style>
span { border-color: #DBCAB9; }
span { border-color: rgb(219,202,185); }
td.TdClassName
{
border-color: #DBCAB9;
}
.TagClassName
{
border-color: #DBCAB9;
}
</style>