Shades of Kobi #DB91A5
Tints of Kobi #DB91A5
RGB
CMYK
RGB Variations
Color information
#DB91A5 (or 0xDB91A5) is known color: Kobi. HEX triplet: DB, 91 and A5. RGB value is (219,145,165). Sum of RGB (Red+Green+Blue) = 219+145+165=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB91A5 is #246E5A. Grayscale: #A9A9A9. Windows color (decimal): -2387547 or 10850779. OLE color: 10850779.
HSL color Cylindrical-coordinate representation of color #DB91A5: hue angle of 343.78º 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 #DB91A5 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 165 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.14 |
| HSL | 343.78º | 0.51% | 0.71% | - |
| HSV(B) | 343.78º | 0.34% | 0.86% | - |
| XYZ | 46.13 | 38.03 | 40.51 | - |
| YUV | 169.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 165 | 0 | 0.34 | 0.25 | 0.14 | 343.78 | 0.51 | 0.71 |
| Hex | DB | 91 | A5 | 0 | 22 | 19 | E | 158 | 33 | 47 |
| Octal | 333 | 221 | 245 | 0 | 42 | 31 | 16 | 530 | 63 | 107 |
| Binary | 11011011 | 10010001 | 10100101 | 0 | 100010 | 11001 | 1110 | 101011000 | 110011 | 1000111 |
Color Harmonies of #DB91A5
Complementary color
Monochromatic Colors of #DB91A5
Black with #DB91A5
Text Example
Text Example
White with #DB91A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91A5; }
p { color: rgb(219,145,165); }
H1.HeaderClassName
{
color: #DB91A5;
}
.AnyTagClassName
{
color: #DB91A5;
}
</style>
background-color css
<style>
a { background-color: #DB91A5; }
a { background-color: rgb(219,145,165); }
div.DivClassName
{
background-color: #DB91A5;
}
.BgClassName
{
background-color: #DB91A5;
}
</style>
border-color css
<style>
span { border-color: #DB91A5; }
span { border-color: rgb(219,145,165); }
td.TdClassName
{
border-color: #DB91A5;
}
.TagClassName
{
border-color: #DB91A5;
}
</style>