Shades of Swirl #DBC8BA
Tints of Swirl #DBC8BA
RGB
CMYK
RGB Variations
Color information
#DBC8BA (or 0xDBC8BA) is known color: Swirl. HEX triplet: DB, C8 and BA. RGB value is (219,200,186). Sum of RGB (Red+Green+Blue) = 219+200+186=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8BA is #243745. Grayscale: #CCCCCC. Windows color (decimal): -2373446 or 12241115. OLE color: 12241115.
HSL color Cylindrical-coordinate representation of color #DBC8BA: hue angle of 25.45º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBC8BA is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 186 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.14 |
| HSL | 25.45º | 0.31% | 0.79% | - |
| HSV(B) | 25.45º | 0.15% | 0.86% | - |
| XYZ | 58.73 | 59.91 | 54.92 | - |
| YUV | 204.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 186 | 0 | 0.09 | 0.15 | 0.14 | 25.45 | 0.31 | 0.79 |
| Hex | DB | C8 | BA | 0 | 9 | F | E | 19 | 1F | 4F |
| Octal | 333 | 310 | 272 | 0 | 11 | 17 | 16 | 31 | 37 | 117 |
| Binary | 11011011 | 11001000 | 10111010 | 0 | 1001 | 1111 | 1110 | 11001 | 11111 | 1001111 |
Color Harmonies of #DBC8BA
Complementary color
Monochromatic Colors of #DBC8BA
Black with #DBC8BA
Text Example
Text Example
White with #DBC8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8BA; }
p { color: rgb(219,200,186); }
H1.HeaderClassName
{
color: #DBC8BA;
}
.AnyTagClassName
{
color: #DBC8BA;
}
</style>
background-color css
<style>
a { background-color: #DBC8BA; }
a { background-color: rgb(219,200,186); }
div.DivClassName
{
background-color: #DBC8BA;
}
.BgClassName
{
background-color: #DBC8BA;
}
</style>
border-color css
<style>
span { border-color: #DBC8BA; }
span { border-color: rgb(219,200,186); }
td.TdClassName
{
border-color: #DBC8BA;
}
.TagClassName
{
border-color: #DBC8BA;
}
</style>