Shades of Kobi #DF959F
Tints of Kobi #DF959F
RGB
CMYK
RGB Variations
Color information
#DF959F (or 0xDF959F) is known color: Kobi. HEX triplet: DF, 95 and 9F. RGB value is (223,149,159). Sum of RGB (Red+Green+Blue) = 223+149+159=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF959F is #206A60. Grayscale: #ACACAC. Windows color (decimal): -2124385 or 10458591. OLE color: 10458591.
HSL color Cylindrical-coordinate representation of color #DF959F: hue angle of 351.89º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF959F is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 159 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.13 |
| HSL | 351.89º | 0.54% | 0.73% | - |
| HSV(B) | 351.89º | 0.33% | 0.87% | - |
| XYZ | 47.44 | 39.69 | 37.96 | - |
| YUV | 172.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 159 | 0 | 0.33 | 0.29 | 0.13 | 351.89 | 0.54 | 0.73 |
| Hex | DF | 95 | 9F | 0 | 21 | 1D | D | 160 | 36 | 49 |
| Octal | 337 | 225 | 237 | 0 | 41 | 35 | 15 | 540 | 66 | 111 |
| Binary | 11011111 | 10010101 | 10011111 | 0 | 100001 | 11101 | 1101 | 101100000 | 110110 | 1001001 |
Color Harmonies of #DF959F
Complementary color
Monochromatic Colors of #DF959F
Black with #DF959F
Text Example
Text Example
White with #DF959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF959F; }
p { color: rgb(223,149,159); }
H1.HeaderClassName
{
color: #DF959F;
}
.AnyTagClassName
{
color: #DF959F;
}
</style>
background-color css
<style>
a { background-color: #DF959F; }
a { background-color: rgb(223,149,159); }
div.DivClassName
{
background-color: #DF959F;
}
.BgClassName
{
background-color: #DF959F;
}
</style>
border-color css
<style>
span { border-color: #DF959F; }
span { border-color: rgb(223,149,159); }
td.TdClassName
{
border-color: #DF959F;
}
.TagClassName
{
border-color: #DF959F;
}
</style>