Shades of Kobi #DF92A0
Tints of Kobi #DF92A0
RGB
CMYK
RGB Variations
Color information
#DF92A0 (or 0xDF92A0) is known color: Kobi. HEX triplet: DF, 92 and A0. RGB value is (223,146,160). Sum of RGB (Red+Green+Blue) = 223+146+160=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF92A0 is #206D5F. Grayscale: #AAAAAA. Windows color (decimal): -2125152 or 10523359. OLE color: 10523359.
HSL color Cylindrical-coordinate representation of color #DF92A0: hue angle of 349.09º 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 #DF92A0 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 160 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.13 |
| HSL | 349.09º | 0.55% | 0.72% | - |
| HSV(B) | 349.09º | 0.35% | 0.87% | - |
| XYZ | 47.06 | 38.78 | 38.26 | - |
| YUV | 170.62 | 122.01 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 160 | 0 | 0.35 | 0.28 | 0.13 | 349.09 | 0.55 | 0.72 |
| Hex | DF | 92 | A0 | 0 | 23 | 1C | D | 15D | 37 | 48 |
| Octal | 337 | 222 | 240 | 0 | 43 | 34 | 15 | 535 | 67 | 110 |
| Binary | 11011111 | 10010010 | 10100000 | 0 | 100011 | 11100 | 1101 | 101011101 | 110111 | 1001000 |
Color Harmonies of #DF92A0
Complementary color
Monochromatic Colors of #DF92A0
Black with #DF92A0
Text Example
Text Example
White with #DF92A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92A0; }
p { color: rgb(223,146,160); }
H1.HeaderClassName
{
color: #DF92A0;
}
.AnyTagClassName
{
color: #DF92A0;
}
</style>
background-color css
<style>
a { background-color: #DF92A0; }
a { background-color: rgb(223,146,160); }
div.DivClassName
{
background-color: #DF92A0;
}
.BgClassName
{
background-color: #DF92A0;
}
</style>
border-color css
<style>
span { border-color: #DF92A0; }
span { border-color: rgb(223,146,160); }
td.TdClassName
{
border-color: #DF92A0;
}
.TagClassName
{
border-color: #DF92A0;
}
</style>