Shades of Kobi #DB9DAB
Tints of Kobi #DB9DAB
RGB
CMYK
RGB Variations
Color information
#DB9DAB (or 0xDB9DAB) is known color: Kobi. HEX triplet: DB, 9D and AB. RGB value is (219,157,171). Sum of RGB (Red+Green+Blue) = 219+157+171=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9DAB is #246254. Grayscale: #B1B1B1. Windows color (decimal): -2384469 or 11247067. OLE color: 11247067.
HSL color Cylindrical-coordinate representation of color #DB9DAB: hue angle of 346.45º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DAB is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 171 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.14 |
| HSL | 346.45º | 0.46% | 0.74% | - |
| HSV(B) | 346.45º | 0.28% | 0.86% | - |
| XYZ | 48.62 | 42.11 | 44.09 | - |
| YUV | 177.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 171 | 0 | 0.28 | 0.22 | 0.14 | 346.45 | 0.46 | 0.74 |
| Hex | DB | 9D | AB | 0 | 1C | 16 | E | 15A | 2E | 4A |
| Octal | 333 | 235 | 253 | 0 | 34 | 26 | 16 | 532 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10101011 | 0 | 11100 | 10110 | 1110 | 101011010 | 101110 | 1001010 |
Color Harmonies of #DB9DAB
Complementary color
Monochromatic Colors of #DB9DAB
Black with #DB9DAB
Text Example
Text Example
White with #DB9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DAB; }
p { color: rgb(219,157,171); }
H1.HeaderClassName
{
color: #DB9DAB;
}
.AnyTagClassName
{
color: #DB9DAB;
}
</style>
background-color css
<style>
a { background-color: #DB9DAB; }
a { background-color: rgb(219,157,171); }
div.DivClassName
{
background-color: #DB9DAB;
}
.BgClassName
{
background-color: #DB9DAB;
}
</style>
border-color css
<style>
span { border-color: #DB9DAB; }
span { border-color: rgb(219,157,171); }
td.TdClassName
{
border-color: #DB9DAB;
}
.TagClassName
{
border-color: #DB9DAB;
}
</style>