Shades of Kobi #DF86A9
Tints of Kobi #DF86A9
RGB
CMYK
RGB Variations
Color information
#DF86A9 (or 0xDF86A9) is known color: Kobi. HEX triplet: DF, 86 and A9. RGB value is (223,134,169). Sum of RGB (Red+Green+Blue) = 223+134+169=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF86A9 is #207956. Grayscale: #A4A4A4. Windows color (decimal): -2128215 or 11110111. OLE color: 11110111.
HSL color Cylindrical-coordinate representation of color #DF86A9: hue angle of 336.4º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF86A9 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 169 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.13 |
| HSL | 336.4º | 0.58% | 0.7% | - |
| HSV(B) | 336.4º | 0.4% | 0.87% | - |
| XYZ | 46.12 | 35.6 | 41.98 | - |
| YUV | 164.6 | 130.49 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 169 | 0 | 0.40 | 0.24 | 0.13 | 336.4 | 0.58 | 0.7 |
| Hex | DF | 86 | A9 | 0 | 28 | 18 | D | 150 | 3A | 46 |
| Octal | 337 | 206 | 251 | 0 | 50 | 30 | 15 | 520 | 72 | 106 |
| Binary | 11011111 | 10000110 | 10101001 | 0 | 101000 | 11000 | 1101 | 101010000 | 111010 | 1000110 |
Color Harmonies of #DF86A9
Complementary color
Monochromatic Colors of #DF86A9
Black with #DF86A9
Text Example
Text Example
White with #DF86A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF86A9; }
p { color: rgb(223,134,169); }
H1.HeaderClassName
{
color: #DF86A9;
}
.AnyTagClassName
{
color: #DF86A9;
}
</style>
background-color css
<style>
a { background-color: #DF86A9; }
a { background-color: rgb(223,134,169); }
div.DivClassName
{
background-color: #DF86A9;
}
.BgClassName
{
background-color: #DF86A9;
}
</style>
border-color css
<style>
span { border-color: #DF86A9; }
span { border-color: rgb(223,134,169); }
td.TdClassName
{
border-color: #DF86A9;
}
.TagClassName
{
border-color: #DF86A9;
}
</style>