Shades of Kobi #DB86A6
Tints of Kobi #DB86A6
RGB
CMYK
RGB Variations
Color information
#DB86A6 (or 0xDB86A6) is known color: Kobi. HEX triplet: DB, 86 and A6. RGB value is (219,134,166). Sum of RGB (Red+Green+Blue) = 219+134+166=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB86A6 is #247959. Grayscale: #A3A3A3. Windows color (decimal): -2390362 or 10913499. OLE color: 10913499.
HSL color Cylindrical-coordinate representation of color #DB86A6: hue angle of 337.41º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB86A6 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 166 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.14 |
| HSL | 337.41º | 0.54% | 0.69% | - |
| HSV(B) | 337.41º | 0.39% | 0.86% | - |
| XYZ | 44.62 | 34.86 | 40.45 | - |
| YUV | 163.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 166 | 0 | 0.39 | 0.24 | 0.14 | 337.41 | 0.54 | 0.69 |
| Hex | DB | 86 | A6 | 0 | 27 | 18 | E | 151 | 36 | 45 |
| Octal | 333 | 206 | 246 | 0 | 47 | 30 | 16 | 521 | 66 | 105 |
| Binary | 11011011 | 10000110 | 10100110 | 0 | 100111 | 11000 | 1110 | 101010001 | 110110 | 1000101 |
Color Harmonies of #DB86A6
Complementary color
Monochromatic Colors of #DB86A6
Black with #DB86A6
Text Example
Text Example
White with #DB86A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB86A6; }
p { color: rgb(219,134,166); }
H1.HeaderClassName
{
color: #DB86A6;
}
.AnyTagClassName
{
color: #DB86A6;
}
</style>
background-color css
<style>
a { background-color: #DB86A6; }
a { background-color: rgb(219,134,166); }
div.DivClassName
{
background-color: #DB86A6;
}
.BgClassName
{
background-color: #DB86A6;
}
</style>
border-color css
<style>
span { border-color: #DB86A6; }
span { border-color: rgb(219,134,166); }
td.TdClassName
{
border-color: #DB86A6;
}
.TagClassName
{
border-color: #DB86A6;
}
</style>