Shades of Stark White #DBCAB4
Tints of Stark White #DBCAB4
RGB
CMYK
RGB Variations
Color information
#DBCAB4 (or 0xDBCAB4) is known color: Stark White. HEX triplet: DB, CA and B4. RGB value is (219,202,180). Sum of RGB (Red+Green+Blue) = 219+202+180=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAB4 is #24354B. Grayscale: #CCCCCC. Windows color (decimal): -2372940 or 11848411. OLE color: 11848411.
HSL color Cylindrical-coordinate representation of color #DBCAB4: hue angle of 33.85º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBCAB4 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 180 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.14 |
| HSL | 33.85º | 0.35% | 0.78% | - |
| HSV(B) | 33.85º | 0.18% | 0.86% | - |
| XYZ | 58.57 | 60.6 | 51.79 | - |
| YUV | 204.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 180 | 0 | 0.08 | 0.18 | 0.14 | 33.85 | 0.35 | 0.78 |
| Hex | DB | CA | B4 | 0 | 8 | 12 | E | 22 | 23 | 4E |
| Octal | 333 | 312 | 264 | 0 | 10 | 22 | 16 | 42 | 43 | 116 |
| Binary | 11011011 | 11001010 | 10110100 | 0 | 1000 | 10010 | 1110 | 100010 | 100011 | 1001110 |
Color Harmonies of #DBCAB4
Complementary color
Monochromatic Colors of #DBCAB4
Black with #DBCAB4
Text Example
Text Example
White with #DBCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAB4; }
p { color: rgb(219,202,180); }
H1.HeaderClassName
{
color: #DBCAB4;
}
.AnyTagClassName
{
color: #DBCAB4;
}
</style>
background-color css
<style>
a { background-color: #DBCAB4; }
a { background-color: rgb(219,202,180); }
div.DivClassName
{
background-color: #DBCAB4;
}
.BgClassName
{
background-color: #DBCAB4;
}
</style>
border-color css
<style>
span { border-color: #DBCAB4; }
span { border-color: rgb(219,202,180); }
td.TdClassName
{
border-color: #DBCAB4;
}
.TagClassName
{
border-color: #DBCAB4;
}
</style>