Shades of Kobi #DB86A3
Tints of Kobi #DB86A3
RGB
CMYK
RGB Variations
Color information
#DB86A3 (or 0xDB86A3) is known color: Kobi. HEX triplet: DB, 86 and A3. RGB value is (219,134,163). Sum of RGB (Red+Green+Blue) = 219+134+163=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB86A3 is #24795C. Grayscale: #A2A2A2. Windows color (decimal): -2390365 or 10716891. OLE color: 10716891.
HSL color Cylindrical-coordinate representation of color #DB86A3: hue angle of 339.53º 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 #DB86A3 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 163 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.14 |
| HSL | 339.53º | 0.54% | 0.69% | - |
| HSV(B) | 339.53º | 0.39% | 0.86% | - |
| XYZ | 44.35 | 34.75 | 39.02 | - |
| YUV | 162.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 163 | 0 | 0.39 | 0.26 | 0.14 | 339.53 | 0.54 | 0.69 |
| Hex | DB | 86 | A3 | 0 | 27 | 1A | E | 154 | 36 | 45 |
| Octal | 333 | 206 | 243 | 0 | 47 | 32 | 16 | 524 | 66 | 105 |
| Binary | 11011011 | 10000110 | 10100011 | 0 | 100111 | 11010 | 1110 | 101010100 | 110110 | 1000101 |
Color Harmonies of #DB86A3
Complementary color
Monochromatic Colors of #DB86A3
Black with #DB86A3
Text Example
Text Example
White with #DB86A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB86A3; }
p { color: rgb(219,134,163); }
H1.HeaderClassName
{
color: #DB86A3;
}
.AnyTagClassName
{
color: #DB86A3;
}
</style>
background-color css
<style>
a { background-color: #DB86A3; }
a { background-color: rgb(219,134,163); }
div.DivClassName
{
background-color: #DB86A3;
}
.BgClassName
{
background-color: #DB86A3;
}
</style>
border-color css
<style>
span { border-color: #DB86A3; }
span { border-color: rgb(219,134,163); }
td.TdClassName
{
border-color: #DB86A3;
}
.TagClassName
{
border-color: #DB86A3;
}
</style>