Shades of Kobi #DB9AA9
Tints of Kobi #DB9AA9
RGB
CMYK
RGB Variations
Color information
#DB9AA9 (or 0xDB9AA9) is known color: Kobi. HEX triplet: DB, 9A and A9. RGB value is (219,154,169). Sum of RGB (Red+Green+Blue) = 219+154+169=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9AA9 is #246556. Grayscale: #AFAFAF. Windows color (decimal): -2385239 or 11115227. OLE color: 11115227.
HSL color Cylindrical-coordinate representation of color #DB9AA9: hue angle of 346.15º 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 #DB9AA9 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 169 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.14 |
| HSL | 346.15º | 0.47% | 0.73% | - |
| HSV(B) | 346.15º | 0.3% | 0.86% | - |
| XYZ | 47.93 | 41.04 | 42.93 | - |
| YUV | 175.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 169 | 0 | 0.30 | 0.23 | 0.14 | 346.15 | 0.47 | 0.73 |
| Hex | DB | 9A | A9 | 0 | 1E | 17 | E | 15A | 2F | 49 |
| Octal | 333 | 232 | 251 | 0 | 36 | 27 | 16 | 532 | 57 | 111 |
| Binary | 11011011 | 10011010 | 10101001 | 0 | 11110 | 10111 | 1110 | 101011010 | 101111 | 1001001 |
Color Harmonies of #DB9AA9
Complementary color
Monochromatic Colors of #DB9AA9
Black with #DB9AA9
Text Example
Text Example
White with #DB9AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AA9; }
p { color: rgb(219,154,169); }
H1.HeaderClassName
{
color: #DB9AA9;
}
.AnyTagClassName
{
color: #DB9AA9;
}
</style>
background-color css
<style>
a { background-color: #DB9AA9; }
a { background-color: rgb(219,154,169); }
div.DivClassName
{
background-color: #DB9AA9;
}
.BgClassName
{
background-color: #DB9AA9;
}
</style>
border-color css
<style>
span { border-color: #DB9AA9; }
span { border-color: rgb(219,154,169); }
td.TdClassName
{
border-color: #DB9AA9;
}
.TagClassName
{
border-color: #DB9AA9;
}
</style>