Shades of Kobi #DB99A6
Tints of Kobi #DB99A6
RGB
CMYK
RGB Variations
Color information
#DB99A6 (or 0xDB99A6) is known color: Kobi. HEX triplet: DB, 99 and A6. RGB value is (219,153,166). Sum of RGB (Red+Green+Blue) = 219+153+166=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB99A6 is #246659. Grayscale: #AEAEAE. Windows color (decimal): -2385498 or 10918363. OLE color: 10918363.
HSL color Cylindrical-coordinate representation of color #DB99A6: hue angle of 348.18º 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 #DB99A6 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 166 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.14 |
| HSL | 348.18º | 0.48% | 0.73% | - |
| HSV(B) | 348.18º | 0.3% | 0.86% | - |
| XYZ | 47.49 | 40.6 | 41.41 | - |
| YUV | 174.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 166 | 0 | 0.30 | 0.24 | 0.14 | 348.18 | 0.48 | 0.73 |
| Hex | DB | 99 | A6 | 0 | 1E | 18 | E | 15C | 30 | 49 |
| Octal | 333 | 231 | 246 | 0 | 36 | 30 | 16 | 534 | 60 | 111 |
| Binary | 11011011 | 10011001 | 10100110 | 0 | 11110 | 11000 | 1110 | 101011100 | 110000 | 1001001 |
Color Harmonies of #DB99A6
Complementary color
Monochromatic Colors of #DB99A6
Black with #DB99A6
Text Example
Text Example
White with #DB99A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99A6; }
p { color: rgb(219,153,166); }
H1.HeaderClassName
{
color: #DB99A6;
}
.AnyTagClassName
{
color: #DB99A6;
}
</style>
background-color css
<style>
a { background-color: #DB99A6; }
a { background-color: rgb(219,153,166); }
div.DivClassName
{
background-color: #DB99A6;
}
.BgClassName
{
background-color: #DB99A6;
}
</style>
border-color css
<style>
span { border-color: #DB99A6; }
span { border-color: rgb(219,153,166); }
td.TdClassName
{
border-color: #DB99A6;
}
.TagClassName
{
border-color: #DB99A6;
}
</style>