Shades of Kobi #DB90A1
Tints of Kobi #DB90A1
RGB
CMYK
RGB Variations
Color information
#DB90A1 (or 0xDB90A1) is known color: Kobi. HEX triplet: DB, 90 and A1. RGB value is (219,144,161). Sum of RGB (Red+Green+Blue) = 219+144+161=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB90A1 is #246F5E. Grayscale: #A8A8A8. Windows color (decimal): -2387807 or 10588379. OLE color: 10588379.
HSL color Cylindrical-coordinate representation of color #DB90A1: hue angle of 346.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 #DB90A1 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 161 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.14 |
| HSL | 346.4º | 0.51% | 0.71% | - |
| HSV(B) | 346.4º | 0.34% | 0.86% | - |
| XYZ | 45.62 | 37.58 | 38.57 | - |
| YUV | 168.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 161 | 0 | 0.34 | 0.26 | 0.14 | 346.4 | 0.51 | 0.71 |
| Hex | DB | 90 | A1 | 0 | 22 | 1A | E | 15A | 33 | 47 |
| Octal | 333 | 220 | 241 | 0 | 42 | 32 | 16 | 532 | 63 | 107 |
| Binary | 11011011 | 10010000 | 10100001 | 0 | 100010 | 11010 | 1110 | 101011010 | 110011 | 1000111 |
Color Harmonies of #DB90A1
Complementary color
Monochromatic Colors of #DB90A1
Black with #DB90A1
Text Example
Text Example
White with #DB90A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90A1; }
p { color: rgb(219,144,161); }
H1.HeaderClassName
{
color: #DB90A1;
}
.AnyTagClassName
{
color: #DB90A1;
}
</style>
background-color css
<style>
a { background-color: #DB90A1; }
a { background-color: rgb(219,144,161); }
div.DivClassName
{
background-color: #DB90A1;
}
.BgClassName
{
background-color: #DB90A1;
}
</style>
border-color css
<style>
span { border-color: #DB90A1; }
span { border-color: rgb(219,144,161); }
td.TdClassName
{
border-color: #DB90A1;
}
.TagClassName
{
border-color: #DB90A1;
}
</style>