Shades of Kobi #DB9AA6
Tints of Kobi #DB9AA6
RGB
CMYK
RGB Variations
Color information
#DB9AA6 (or 0xDB9AA6) is known color: Kobi. HEX triplet: DB, 9A and A6. RGB value is (219,154,166). Sum of RGB (Red+Green+Blue) = 219+154+166=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9AA6 is #246559. Grayscale: #AEAEAE. Windows color (decimal): -2385242 or 10918619. OLE color: 10918619.
HSL color Cylindrical-coordinate representation of color #DB9AA6: hue angle of 348.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9AA6 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 166 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.14 |
| HSL | 348.92º | 0.47% | 0.73% | - |
| HSV(B) | 348.92º | 0.3% | 0.86% | - |
| XYZ | 47.65 | 40.92 | 41.46 | - |
| YUV | 174.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 166 | 0 | 0.30 | 0.24 | 0.14 | 348.92 | 0.47 | 0.73 |
| Hex | DB | 9A | A6 | 0 | 1E | 18 | E | 15D | 2F | 49 |
| Octal | 333 | 232 | 246 | 0 | 36 | 30 | 16 | 535 | 57 | 111 |
| Binary | 11011011 | 10011010 | 10100110 | 0 | 11110 | 11000 | 1110 | 101011101 | 101111 | 1001001 |
Color Harmonies of #DB9AA6
Complementary color
Monochromatic Colors of #DB9AA6
Black with #DB9AA6
Text Example
Text Example
White with #DB9AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AA6; }
p { color: rgb(219,154,166); }
H1.HeaderClassName
{
color: #DB9AA6;
}
.AnyTagClassName
{
color: #DB9AA6;
}
</style>
background-color css
<style>
a { background-color: #DB9AA6; }
a { background-color: rgb(219,154,166); }
div.DivClassName
{
background-color: #DB9AA6;
}
.BgClassName
{
background-color: #DB9AA6;
}
</style>
border-color css
<style>
span { border-color: #DB9AA6; }
span { border-color: rgb(219,154,166); }
td.TdClassName
{
border-color: #DB9AA6;
}
.TagClassName
{
border-color: #DB9AA6;
}
</style>