Shades of Stark White #DBCAB1
Tints of Stark White #DBCAB1
RGB
CMYK
RGB Variations
Color information
#DBCAB1 (or 0xDBCAB1) is known color: Stark White. HEX triplet: DB, CA and B1. RGB value is (219,202,177). Sum of RGB (Red+Green+Blue) = 219+202+177=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 177 (69.53% from 255 or 29.60% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCAB1 is #24354E. Grayscale: #CCCCCC. Windows color (decimal): -2372943 or 11651803. OLE color: 11651803.
HSL color Cylindrical-coordinate representation of color #DBCAB1: hue angle of 35.71º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBCAB1 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 177 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.14 |
| HSL | 35.71º | 0.37% | 0.78% | - |
| HSV(B) | 35.71º | 0.19% | 0.86% | - |
| XYZ | 58.27 | 60.48 | 50.2 | - |
| YUV | 204.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 177 | 0 | 0.08 | 0.19 | 0.14 | 35.71 | 0.37 | 0.78 |
| Hex | DB | CA | B1 | 0 | 8 | 13 | E | 24 | 25 | 4E |
| Octal | 333 | 312 | 261 | 0 | 10 | 23 | 16 | 44 | 45 | 116 |
| Binary | 11011011 | 11001010 | 10110001 | 0 | 1000 | 10011 | 1110 | 100100 | 100101 | 1001110 |
Color Harmonies of #DBCAB1
Complementary color
Monochromatic Colors of #DBCAB1
Black with #DBCAB1
Text Example
Text Example
White with #DBCAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAB1; }
p { color: rgb(219,202,177); }
H1.HeaderClassName
{
color: #DBCAB1;
}
.AnyTagClassName
{
color: #DBCAB1;
}
</style>
background-color css
<style>
a { background-color: #DBCAB1; }
a { background-color: rgb(219,202,177); }
div.DivClassName
{
background-color: #DBCAB1;
}
.BgClassName
{
background-color: #DBCAB1;
}
</style>
border-color css
<style>
span { border-color: #DBCAB1; }
span { border-color: rgb(219,202,177); }
td.TdClassName
{
border-color: #DBCAB1;
}
.TagClassName
{
border-color: #DBCAB1;
}
</style>