Shades of Kobi #DB99A7
Tints of Kobi #DB99A7
RGB
CMYK
RGB Variations
Color information
#DB99A7 (or 0xDB99A7) is known color: Kobi. HEX triplet: DB, 99 and A7. RGB value is (219,153,167). Sum of RGB (Red+Green+Blue) = 219+153+167=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 167 (65.62% from 255 or 30.98% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB99A7 is #246658. Grayscale: #AEAEAE. Windows color (decimal): -2385497 or 10983899. OLE color: 10983899.
HSL color Cylindrical-coordinate representation of color #DB99A7: hue angle of 347.27º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB99A7 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 167 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.14 |
| HSL | 347.27º | 0.48% | 0.73% | - |
| HSV(B) | 347.27º | 0.3% | 0.86% | - |
| XYZ | 47.58 | 40.63 | 41.89 | - |
| YUV | 174.33 | 123.87 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 167 | 0 | 0.30 | 0.24 | 0.14 | 347.27 | 0.48 | 0.73 |
| Hex | DB | 99 | A7 | 0 | 1E | 18 | E | 15B | 30 | 49 |
| Octal | 333 | 231 | 247 | 0 | 36 | 30 | 16 | 533 | 60 | 111 |
| Binary | 11011011 | 10011001 | 10100111 | 0 | 11110 | 11000 | 1110 | 101011011 | 110000 | 1001001 |
Color Harmonies of #DB99A7
Complementary color
Monochromatic Colors of #DB99A7
Black with #DB99A7
Text Example
Text Example
White with #DB99A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99A7; }
p { color: rgb(219,153,167); }
H1.HeaderClassName
{
color: #DB99A7;
}
.AnyTagClassName
{
color: #DB99A7;
}
</style>
background-color css
<style>
a { background-color: #DB99A7; }
a { background-color: rgb(219,153,167); }
div.DivClassName
{
background-color: #DB99A7;
}
.BgClassName
{
background-color: #DB99A7;
}
</style>
border-color css
<style>
span { border-color: #DB99A7; }
span { border-color: rgb(219,153,167); }
td.TdClassName
{
border-color: #DB99A7;
}
.TagClassName
{
border-color: #DB99A7;
}
</style>