Shades of Kobi #DF929F
Tints of Kobi #DF929F
RGB
CMYK
RGB Variations
Color information
#DF929F (or 0xDF929F) is known color: Kobi. HEX triplet: DF, 92 and 9F. RGB value is (223,146,159). Sum of RGB (Red+Green+Blue) = 223+146+159=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF929F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF929F is #206D60. Grayscale: #AAAAAA. Windows color (decimal): -2125153 or 10457823. OLE color: 10457823.
HSL color Cylindrical-coordinate representation of color #DF929F: hue angle of 349.87º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF929F is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 159 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.13 |
| HSL | 349.87º | 0.55% | 0.72% | - |
| HSV(B) | 349.87º | 0.35% | 0.87% | - |
| XYZ | 46.97 | 38.75 | 37.8 | - |
| YUV | 170.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 159 | 0 | 0.35 | 0.29 | 0.13 | 349.87 | 0.55 | 0.72 |
| Hex | DF | 92 | 9F | 0 | 23 | 1D | D | 15E | 37 | 48 |
| Octal | 337 | 222 | 237 | 0 | 43 | 35 | 15 | 536 | 67 | 110 |
| Binary | 11011111 | 10010010 | 10011111 | 0 | 100011 | 11101 | 1101 | 101011110 | 110111 | 1001000 |
Color Harmonies of #DF929F
Complementary color
Monochromatic Colors of #DF929F
Black with #DF929F
Text Example
Text Example
White with #DF929F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF929F; }
p { color: rgb(223,146,159); }
H1.HeaderClassName
{
color: #DF929F;
}
.AnyTagClassName
{
color: #DF929F;
}
</style>
background-color css
<style>
a { background-color: #DF929F; }
a { background-color: rgb(223,146,159); }
div.DivClassName
{
background-color: #DF929F;
}
.BgClassName
{
background-color: #DF929F;
}
</style>
border-color css
<style>
span { border-color: #DF929F; }
span { border-color: rgb(223,146,159); }
td.TdClassName
{
border-color: #DF929F;
}
.TagClassName
{
border-color: #DF929F;
}
</style>