Shades of Kobi #DF92A6
Tints of Kobi #DF92A6
RGB
CMYK
RGB Variations
Color information
#DF92A6 (or 0xDF92A6) is known color: Kobi. HEX triplet: DF, 92 and A6. RGB value is (223,146,166). Sum of RGB (Red+Green+Blue) = 223+146+166=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF92A6 is #206D59. Grayscale: #ABABAB. Windows color (decimal): -2125146 or 10916575. OLE color: 10916575.
HSL color Cylindrical-coordinate representation of color #DF92A6: hue angle of 344.42º 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 #DF92A6 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 166 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.13 |
| HSL | 344.42º | 0.55% | 0.72% | - |
| HSV(B) | 344.42º | 0.35% | 0.87% | - |
| XYZ | 47.59 | 39 | 41.1 | - |
| YUV | 171.3 | 125.01 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 166 | 0 | 0.35 | 0.26 | 0.13 | 344.42 | 0.55 | 0.72 |
| Hex | DF | 92 | A6 | 0 | 23 | 1A | D | 158 | 37 | 48 |
| Octal | 337 | 222 | 246 | 0 | 43 | 32 | 15 | 530 | 67 | 110 |
| Binary | 11011111 | 10010010 | 10100110 | 0 | 100011 | 11010 | 1101 | 101011000 | 110111 | 1001000 |
Color Harmonies of #DF92A6
Complementary color
Monochromatic Colors of #DF92A6
Black with #DF92A6
Text Example
Text Example
White with #DF92A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92A6; }
p { color: rgb(223,146,166); }
H1.HeaderClassName
{
color: #DF92A6;
}
.AnyTagClassName
{
color: #DF92A6;
}
</style>
background-color css
<style>
a { background-color: #DF92A6; }
a { background-color: rgb(223,146,166); }
div.DivClassName
{
background-color: #DF92A6;
}
.BgClassName
{
background-color: #DF92A6;
}
</style>
border-color css
<style>
span { border-color: #DF92A6; }
span { border-color: rgb(223,146,166); }
td.TdClassName
{
border-color: #DF92A6;
}
.TagClassName
{
border-color: #DF92A6;
}
</style>