Shades of Kobi #DB9DA9
Tints of Kobi #DB9DA9
RGB
CMYK
RGB Variations
Color information
#DB9DA9 (or 0xDB9DA9) is known color: Kobi. HEX triplet: DB, 9D and A9. RGB value is (219,157,169). Sum of RGB (Red+Green+Blue) = 219+157+169=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9DA9 is #246256. Grayscale: #B0B0B0. Windows color (decimal): -2384471 or 11115995. OLE color: 11115995.
HSL color Cylindrical-coordinate representation of color #DB9DA9: hue angle of 348.39º 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 #DB9DA9 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 169 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.14 |
| HSL | 348.39º | 0.46% | 0.74% | - |
| HSV(B) | 348.39º | 0.28% | 0.86% | - |
| XYZ | 48.43 | 42.04 | 43.1 | - |
| YUV | 176.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 169 | 0 | 0.28 | 0.23 | 0.14 | 348.39 | 0.46 | 0.74 |
| Hex | DB | 9D | A9 | 0 | 1C | 17 | E | 15C | 2E | 4A |
| Octal | 333 | 235 | 251 | 0 | 34 | 27 | 16 | 534 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10101001 | 0 | 11100 | 10111 | 1110 | 101011100 | 101110 | 1001010 |
Color Harmonies of #DB9DA9
Complementary color
Monochromatic Colors of #DB9DA9
Black with #DB9DA9
Text Example
Text Example
White with #DB9DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DA9; }
p { color: rgb(219,157,169); }
H1.HeaderClassName
{
color: #DB9DA9;
}
.AnyTagClassName
{
color: #DB9DA9;
}
</style>
background-color css
<style>
a { background-color: #DB9DA9; }
a { background-color: rgb(219,157,169); }
div.DivClassName
{
background-color: #DB9DA9;
}
.BgClassName
{
background-color: #DB9DA9;
}
</style>
border-color css
<style>
span { border-color: #DB9DA9; }
span { border-color: rgb(219,157,169); }
td.TdClassName
{
border-color: #DB9DA9;
}
.TagClassName
{
border-color: #DB9DA9;
}
</style>