Shades of Kobi #DF929E
Tints of Kobi #DF929E
RGB
CMYK
RGB Variations
Color information
#DF929E (or 0xDF929E) is known color: Kobi. HEX triplet: DF, 92 and 9E. RGB value is (223,146,158). Sum of RGB (Red+Green+Blue) = 223+146+158=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF929E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF929E is #206D61. Grayscale: #AAAAAA. Windows color (decimal): -2125154 or 10392287. OLE color: 10392287.
HSL color Cylindrical-coordinate representation of color #DF929E: hue angle of 350.65º 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 #DF929E is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 158 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.13 |
| HSL | 350.65º | 0.55% | 0.72% | - |
| HSV(B) | 350.65º | 0.35% | 0.87% | - |
| XYZ | 46.88 | 38.71 | 37.35 | - |
| YUV | 170.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 158 | 0 | 0.35 | 0.29 | 0.13 | 350.65 | 0.55 | 0.72 |
| Hex | DF | 92 | 9E | 0 | 23 | 1D | D | 15F | 37 | 48 |
| Octal | 337 | 222 | 236 | 0 | 43 | 35 | 15 | 537 | 67 | 110 |
| Binary | 11011111 | 10010010 | 10011110 | 0 | 100011 | 11101 | 1101 | 101011111 | 110111 | 1001000 |
Color Harmonies of #DF929E
Complementary color
Monochromatic Colors of #DF929E
Black with #DF929E
Text Example
Text Example
White with #DF929E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF929E; }
p { color: rgb(223,146,158); }
H1.HeaderClassName
{
color: #DF929E;
}
.AnyTagClassName
{
color: #DF929E;
}
</style>
background-color css
<style>
a { background-color: #DF929E; }
a { background-color: rgb(223,146,158); }
div.DivClassName
{
background-color: #DF929E;
}
.BgClassName
{
background-color: #DF929E;
}
</style>
border-color css
<style>
span { border-color: #DF929E; }
span { border-color: rgb(223,146,158); }
td.TdClassName
{
border-color: #DF929E;
}
.TagClassName
{
border-color: #DF929E;
}
</style>