Shades of Stark White #DBC8B7
Tints of Stark White #DBC8B7
RGB
CMYK
RGB Variations
Color information
#DBC8B7 (or 0xDBC8B7) is known color: Stark White. HEX triplet: DB, C8 and B7. RGB value is (219,200,183). Sum of RGB (Red+Green+Blue) = 219+200+183=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 183 (71.88% from 255 or 30.40% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8B7 is #243748. Grayscale: #CBCBCB. Windows color (decimal): -2373449 or 12044507. OLE color: 12044507.
HSL color Cylindrical-coordinate representation of color #DBC8B7: hue angle of 28.33º degrees, saturation: 0.33, 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 #DBC8B7 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 183 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.14 |
| HSL | 28.33º | 0.33% | 0.79% | - |
| HSV(B) | 28.33º | 0.16% | 0.86% | - |
| XYZ | 58.41 | 59.79 | 53.26 | - |
| YUV | 203.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 183 | 0 | 0.09 | 0.16 | 0.14 | 28.33 | 0.33 | 0.79 |
| Hex | DB | C8 | B7 | 0 | 9 | 10 | E | 1C | 21 | 4F |
| Octal | 333 | 310 | 267 | 0 | 11 | 20 | 16 | 34 | 41 | 117 |
| Binary | 11011011 | 11001000 | 10110111 | 0 | 1001 | 10000 | 1110 | 11100 | 100001 | 1001111 |
Color Harmonies of #DBC8B7
Complementary color
Monochromatic Colors of #DBC8B7
Black with #DBC8B7
Text Example
Text Example
White with #DBC8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8B7; }
p { color: rgb(219,200,183); }
H1.HeaderClassName
{
color: #DBC8B7;
}
.AnyTagClassName
{
color: #DBC8B7;
}
</style>
background-color css
<style>
a { background-color: #DBC8B7; }
a { background-color: rgb(219,200,183); }
div.DivClassName
{
background-color: #DBC8B7;
}
.BgClassName
{
background-color: #DBC8B7;
}
</style>
border-color css
<style>
span { border-color: #DBC8B7; }
span { border-color: rgb(219,200,183); }
td.TdClassName
{
border-color: #DBC8B7;
}
.TagClassName
{
border-color: #DBC8B7;
}
</style>