Shades of Kobi #DF86A2
Tints of Kobi #DF86A2
RGB
CMYK
RGB Variations
Color information
#DF86A2 (or 0xDF86A2) is known color: Kobi. HEX triplet: DF, 86 and A2. RGB value is (223,134,162). Sum of RGB (Red+Green+Blue) = 223+134+162=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF86A2 is #20795D. Grayscale: #A3A3A3. Windows color (decimal): -2128222 or 10651359. OLE color: 10651359.
HSL color Cylindrical-coordinate representation of color #DF86A2: hue angle of 341.12º 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 #DF86A2 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 162 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.13 |
| HSL | 341.12º | 0.58% | 0.7% | - |
| HSV(B) | 341.12º | 0.4% | 0.87% | - |
| XYZ | 45.48 | 35.35 | 38.61 | - |
| YUV | 163.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 162 | 0 | 0.40 | 0.27 | 0.13 | 341.12 | 0.58 | 0.7 |
| Hex | DF | 86 | A2 | 0 | 28 | 1B | D | 155 | 3A | 46 |
| Octal | 337 | 206 | 242 | 0 | 50 | 33 | 15 | 525 | 72 | 106 |
| Binary | 11011111 | 10000110 | 10100010 | 0 | 101000 | 11011 | 1101 | 101010101 | 111010 | 1000110 |
Color Harmonies of #DF86A2
Complementary color
Monochromatic Colors of #DF86A2
Black with #DF86A2
Text Example
Text Example
White with #DF86A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF86A2; }
p { color: rgb(223,134,162); }
H1.HeaderClassName
{
color: #DF86A2;
}
.AnyTagClassName
{
color: #DF86A2;
}
</style>
background-color css
<style>
a { background-color: #DF86A2; }
a { background-color: rgb(223,134,162); }
div.DivClassName
{
background-color: #DF86A2;
}
.BgClassName
{
background-color: #DF86A2;
}
</style>
border-color css
<style>
span { border-color: #DF86A2; }
span { border-color: rgb(223,134,162); }
td.TdClassName
{
border-color: #DF86A2;
}
.TagClassName
{
border-color: #DF86A2;
}
</style>