Shades of Kobi #DB90A6
Tints of Kobi #DB90A6
RGB
CMYK
RGB Variations
Color information
#DB90A6 (or 0xDB90A6) is known color: Kobi. HEX triplet: DB, 90 and A6. RGB value is (219,144,166). Sum of RGB (Red+Green+Blue) = 219+144+166=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB90A6 is #246F59. Grayscale: #A8A8A8. Windows color (decimal): -2387802 or 10916059. OLE color: 10916059.
HSL color Cylindrical-coordinate representation of color #DB90A6: hue angle of 342.4º 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 #DB90A6 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 166 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.14 |
| HSL | 342.4º | 0.51% | 0.71% | - |
| HSV(B) | 342.4º | 0.34% | 0.86% | - |
| XYZ | 46.07 | 37.76 | 40.94 | - |
| YUV | 168.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 166 | 0 | 0.34 | 0.24 | 0.14 | 342.4 | 0.51 | 0.71 |
| Hex | DB | 90 | A6 | 0 | 22 | 18 | E | 156 | 33 | 47 |
| Octal | 333 | 220 | 246 | 0 | 42 | 30 | 16 | 526 | 63 | 107 |
| Binary | 11011011 | 10010000 | 10100110 | 0 | 100010 | 11000 | 1110 | 101010110 | 110011 | 1000111 |
Color Harmonies of #DB90A6
Complementary color
Monochromatic Colors of #DB90A6
Black with #DB90A6
Text Example
Text Example
White with #DB90A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90A6; }
p { color: rgb(219,144,166); }
H1.HeaderClassName
{
color: #DB90A6;
}
.AnyTagClassName
{
color: #DB90A6;
}
</style>
background-color css
<style>
a { background-color: #DB90A6; }
a { background-color: rgb(219,144,166); }
div.DivClassName
{
background-color: #DB90A6;
}
.BgClassName
{
background-color: #DB90A6;
}
</style>
border-color css
<style>
span { border-color: #DB90A6; }
span { border-color: rgb(219,144,166); }
td.TdClassName
{
border-color: #DB90A6;
}
.TagClassName
{
border-color: #DB90A6;
}
</style>