Shades of Kobi #DB98A7
Tints of Kobi #DB98A7
RGB
CMYK
RGB Variations
Color information
#DB98A7 (or 0xDB98A7) is known color: Kobi. HEX triplet: DB, 98 and A7. RGB value is (219,152,167). Sum of RGB (Red+Green+Blue) = 219+152+167=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 167 (65.62% from 255 or 31.04% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB98A7 is #246758. Grayscale: #ADADAD. Windows color (decimal): -2385753 or 10983643. OLE color: 10983643.
HSL color Cylindrical-coordinate representation of color #DB98A7: hue angle of 346.57º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB98A7 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 167 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.14 |
| HSL | 346.57º | 0.48% | 0.73% | - |
| HSV(B) | 346.57º | 0.31% | 0.86% | - |
| XYZ | 47.42 | 40.31 | 41.84 | - |
| YUV | 173.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 167 | 0 | 0.31 | 0.24 | 0.14 | 346.57 | 0.48 | 0.73 |
| Hex | DB | 98 | A7 | 0 | 1F | 18 | E | 15B | 30 | 49 |
| Octal | 333 | 230 | 247 | 0 | 37 | 30 | 16 | 533 | 60 | 111 |
| Binary | 11011011 | 10011000 | 10100111 | 0 | 11111 | 11000 | 1110 | 101011011 | 110000 | 1001001 |
Color Harmonies of #DB98A7
Complementary color
Monochromatic Colors of #DB98A7
Black with #DB98A7
Text Example
Text Example
White with #DB98A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98A7; }
p { color: rgb(219,152,167); }
H1.HeaderClassName
{
color: #DB98A7;
}
.AnyTagClassName
{
color: #DB98A7;
}
</style>
background-color css
<style>
a { background-color: #DB98A7; }
a { background-color: rgb(219,152,167); }
div.DivClassName
{
background-color: #DB98A7;
}
.BgClassName
{
background-color: #DB98A7;
}
</style>
border-color css
<style>
span { border-color: #DB98A7; }
span { border-color: rgb(219,152,167); }
td.TdClassName
{
border-color: #DB98A7;
}
.TagClassName
{
border-color: #DB98A7;
}
</style>