Shades of Kobi #DF939F
Tints of Kobi #DF939F
RGB
CMYK
RGB Variations
Color information
#DF939F (or 0xDF939F) is known color: Kobi. HEX triplet: DF, 93 and 9F. RGB value is (223,147,159). Sum of RGB (Red+Green+Blue) = 223+147+159=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF939F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF939F is #206C60. Grayscale: #ABABAB. Windows color (decimal): -2124897 or 10458079. OLE color: 10458079.
HSL color Cylindrical-coordinate representation of color #DF939F: hue angle of 350.53º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF939F is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 159 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.13 |
| HSL | 350.53º | 0.54% | 0.73% | - |
| HSV(B) | 350.53º | 0.34% | 0.87% | - |
| XYZ | 47.12 | 39.06 | 37.86 | - |
| YUV | 171.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 159 | 0 | 0.34 | 0.29 | 0.13 | 350.53 | 0.54 | 0.73 |
| Hex | DF | 93 | 9F | 0 | 22 | 1D | D | 15F | 36 | 49 |
| Octal | 337 | 223 | 237 | 0 | 42 | 35 | 15 | 537 | 66 | 111 |
| Binary | 11011111 | 10010011 | 10011111 | 0 | 100010 | 11101 | 1101 | 101011111 | 110110 | 1001001 |
Color Harmonies of #DF939F
Complementary color
Monochromatic Colors of #DF939F
Black with #DF939F
Text Example
Text Example
White with #DF939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF939F; }
p { color: rgb(223,147,159); }
H1.HeaderClassName
{
color: #DF939F;
}
.AnyTagClassName
{
color: #DF939F;
}
</style>
background-color css
<style>
a { background-color: #DF939F; }
a { background-color: rgb(223,147,159); }
div.DivClassName
{
background-color: #DF939F;
}
.BgClassName
{
background-color: #DF939F;
}
</style>
border-color css
<style>
span { border-color: #DF939F; }
span { border-color: rgb(223,147,159); }
td.TdClassName
{
border-color: #DF939F;
}
.TagClassName
{
border-color: #DF939F;
}
</style>