Shades of Stark White #DBC9AF
Tints of Stark White #DBC9AF
RGB
CMYK
RGB Variations
Color information
#DBC9AF (or 0xDBC9AF) is known color: Stark White. HEX triplet: DB, C9 and AF. RGB value is (219,201,175). Sum of RGB (Red+Green+Blue) = 219+201+175=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC9AF is #243650. Grayscale: #CBCBCB. Windows color (decimal): -2373201 or 11520475. OLE color: 11520475.
HSL color Cylindrical-coordinate representation of color #DBC9AF: hue angle of 35.45º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBC9AF is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 175 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.14 |
| HSL | 35.45º | 0.38% | 0.77% | - |
| HSV(B) | 35.45º | 0.2% | 0.86% | - |
| XYZ | 57.84 | 59.93 | 49.08 | - |
| YUV | 203.42 | 111.96 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 175 | 0 | 0.08 | 0.20 | 0.14 | 35.45 | 0.38 | 0.77 |
| Hex | DB | C9 | AF | 0 | 8 | 14 | E | 23 | 26 | 4D |
| Octal | 333 | 311 | 257 | 0 | 10 | 24 | 16 | 43 | 46 | 115 |
| Binary | 11011011 | 11001001 | 10101111 | 0 | 1000 | 10100 | 1110 | 100011 | 100110 | 1001101 |
Color Harmonies of #DBC9AF
Complementary color
Monochromatic Colors of #DBC9AF
Black with #DBC9AF
Text Example
Text Example
White with #DBC9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC9AF; }
p { color: rgb(219,201,175); }
H1.HeaderClassName
{
color: #DBC9AF;
}
.AnyTagClassName
{
color: #DBC9AF;
}
</style>
background-color css
<style>
a { background-color: #DBC9AF; }
a { background-color: rgb(219,201,175); }
div.DivClassName
{
background-color: #DBC9AF;
}
.BgClassName
{
background-color: #DBC9AF;
}
</style>
border-color css
<style>
span { border-color: #DBC9AF; }
span { border-color: rgb(219,201,175); }
td.TdClassName
{
border-color: #DBC9AF;
}
.TagClassName
{
border-color: #DBC9AF;
}
</style>