Shades of Stark White #DBCAB3
Tints of Stark White #DBCAB3
RGB
CMYK
RGB Variations
Color information
#DBCAB3 (or 0xDBCAB3) is known color: Stark White. HEX triplet: DB, CA and B3. RGB value is (219,202,179). Sum of RGB (Red+Green+Blue) = 219+202+179=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAB3 is #24354C. Grayscale: #CCCCCC. Windows color (decimal): -2372941 or 11782875. OLE color: 11782875.
HSL color Cylindrical-coordinate representation of color #DBCAB3: hue angle of 34.5º degrees, saturation: 0.36, 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 #DBCAB3 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 179 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.14 |
| HSL | 34.5º | 0.36% | 0.78% | - |
| HSV(B) | 34.5º | 0.18% | 0.86% | - |
| XYZ | 58.47 | 60.56 | 51.25 | - |
| YUV | 204.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 179 | 0 | 0.08 | 0.18 | 0.14 | 34.5 | 0.36 | 0.78 |
| Hex | DB | CA | B3 | 0 | 8 | 12 | E | 22 | 24 | 4E |
| Octal | 333 | 312 | 263 | 0 | 10 | 22 | 16 | 42 | 44 | 116 |
| Binary | 11011011 | 11001010 | 10110011 | 0 | 1000 | 10010 | 1110 | 100010 | 100100 | 1001110 |
Color Harmonies of #DBCAB3
Complementary color
Monochromatic Colors of #DBCAB3
Black with #DBCAB3
Text Example
Text Example
White with #DBCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAB3; }
p { color: rgb(219,202,179); }
H1.HeaderClassName
{
color: #DBCAB3;
}
.AnyTagClassName
{
color: #DBCAB3;
}
</style>
background-color css
<style>
a { background-color: #DBCAB3; }
a { background-color: rgb(219,202,179); }
div.DivClassName
{
background-color: #DBCAB3;
}
.BgClassName
{
background-color: #DBCAB3;
}
</style>
border-color css
<style>
span { border-color: #DBCAB3; }
span { border-color: rgb(219,202,179); }
td.TdClassName
{
border-color: #DBCAB3;
}
.TagClassName
{
border-color: #DBCAB3;
}
</style>