Shades of Stark White #DACABA
Tints of Stark White #DACABA
RGB
CMYK
RGB Variations
Color information
#DACABA (or 0xDACABA) is known color: Stark White. HEX triplet: DA, CA and BA. RGB value is (218,202,186). Sum of RGB (Red+Green+Blue) = 218+202+186=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DACABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACABA is #253545. Grayscale: #CDCDCD. Windows color (decimal): -2438470 or 12241626. OLE color: 12241626.
HSL color Cylindrical-coordinate representation of color #DACABA: hue angle of 30º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DACABA is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 186 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.15 |
| HSL | 30º | 0.3% | 0.79% | - |
| HSV(B) | 30º | 0.15% | 0.85% | - |
| XYZ | 58.9 | 60.69 | 55.06 | - |
| YUV | 204.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 186 | 0 | 0.07 | 0.15 | 0.15 | 30 | 0.3 | 0.79 |
| Hex | DA | CA | BA | 0 | 7 | F | F | 1E | 1E | 4F |
| Octal | 332 | 312 | 272 | 0 | 7 | 17 | 17 | 36 | 36 | 117 |
| Binary | 11011010 | 11001010 | 10111010 | 0 | 111 | 1111 | 1111 | 11110 | 11110 | 1001111 |
Color Harmonies of #DACABA
Complementary color
Monochromatic Colors of #DACABA
Black with #DACABA
Text Example
Text Example
White with #DACABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACABA; }
p { color: rgb(218,202,186); }
H1.HeaderClassName
{
color: #DACABA;
}
.AnyTagClassName
{
color: #DACABA;
}
</style>
background-color css
<style>
a { background-color: #DACABA; }
a { background-color: rgb(218,202,186); }
div.DivClassName
{
background-color: #DACABA;
}
.BgClassName
{
background-color: #DACABA;
}
</style>
border-color css
<style>
span { border-color: #DACABA; }
span { border-color: rgb(218,202,186); }
td.TdClassName
{
border-color: #DACABA;
}
.TagClassName
{
border-color: #DACABA;
}
</style>