Shades of Kobi #DB91A6
Tints of Kobi #DB91A6
RGB
CMYK
RGB Variations
Color information
#DB91A6 (or 0xDB91A6) is known color: Kobi. HEX triplet: DB, 91 and A6. RGB value is (219,145,166). Sum of RGB (Red+Green+Blue) = 219+145+166=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB91A6 is #246E59. Grayscale: #A9A9A9. Windows color (decimal): -2387546 or 10916315. OLE color: 10916315.
HSL color Cylindrical-coordinate representation of color #DB91A6: hue angle of 342.97º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB91A6 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 166 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.14 |
| HSL | 342.97º | 0.51% | 0.71% | - |
| HSV(B) | 342.97º | 0.34% | 0.86% | - |
| XYZ | 46.22 | 38.06 | 40.99 | - |
| YUV | 169.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 166 | 0 | 0.34 | 0.24 | 0.14 | 342.97 | 0.51 | 0.71 |
| Hex | DB | 91 | A6 | 0 | 22 | 18 | E | 157 | 33 | 47 |
| Octal | 333 | 221 | 246 | 0 | 42 | 30 | 16 | 527 | 63 | 107 |
| Binary | 11011011 | 10010001 | 10100110 | 0 | 100010 | 11000 | 1110 | 101010111 | 110011 | 1000111 |
Color Harmonies of #DB91A6
Complementary color
Monochromatic Colors of #DB91A6
Black with #DB91A6
Text Example
Text Example
White with #DB91A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91A6; }
p { color: rgb(219,145,166); }
H1.HeaderClassName
{
color: #DB91A6;
}
.AnyTagClassName
{
color: #DB91A6;
}
</style>
background-color css
<style>
a { background-color: #DB91A6; }
a { background-color: rgb(219,145,166); }
div.DivClassName
{
background-color: #DB91A6;
}
.BgClassName
{
background-color: #DB91A6;
}
</style>
border-color css
<style>
span { border-color: #DB91A6; }
span { border-color: rgb(219,145,166); }
td.TdClassName
{
border-color: #DB91A6;
}
.TagClassName
{
border-color: #DB91A6;
}
</style>