Shades of Swirl #DBCABB
Tints of Swirl #DBCABB
RGB
CMYK
RGB Variations
Color information
#DBCABB (or 0xDBCABB) is known color: Swirl. HEX triplet: DB, CA and BB. RGB value is (219,202,187). Sum of RGB (Red+Green+Blue) = 219+202+187=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCABB is #243544. Grayscale: #CDCDCD. Windows color (decimal): -2372933 or 12307163. OLE color: 12307163.
HSL color Cylindrical-coordinate representation of color #DBCABB: hue angle of 28.12º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBCABB is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 187 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.14 |
| HSL | 28.13º | 0.31% | 0.8% | - |
| HSV(B) | 28.13º | 0.15% | 0.86% | - |
| XYZ | 59.3 | 60.89 | 55.64 | - |
| YUV | 205.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 187 | 0 | 0.08 | 0.15 | 0.14 | 28.13 | 0.31 | 0.8 |
| Hex | DB | CA | BB | 0 | 8 | F | E | 1C | 1F | 50 |
| Octal | 333 | 312 | 273 | 0 | 10 | 17 | 16 | 34 | 37 | 120 |
| Binary | 11011011 | 11001010 | 10111011 | 0 | 1000 | 1111 | 1110 | 11100 | 11111 | 1010000 |
Color Harmonies of #DBCABB
Complementary color
Monochromatic Colors of #DBCABB
Black with #DBCABB
Text Example
Text Example
White with #DBCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCABB; }
p { color: rgb(219,202,187); }
H1.HeaderClassName
{
color: #DBCABB;
}
.AnyTagClassName
{
color: #DBCABB;
}
</style>
background-color css
<style>
a { background-color: #DBCABB; }
a { background-color: rgb(219,202,187); }
div.DivClassName
{
background-color: #DBCABB;
}
.BgClassName
{
background-color: #DBCABB;
}
</style>
border-color css
<style>
span { border-color: #DBCABB; }
span { border-color: rgb(219,202,187); }
td.TdClassName
{
border-color: #DBCABB;
}
.TagClassName
{
border-color: #DBCABB;
}
</style>