Shades of Kobi #DF9AA9
Tints of Kobi #DF9AA9
RGB
CMYK
RGB Variations
Color information
#DF9AA9 (or 0xDF9AA9) is known color: Kobi. HEX triplet: DF, 9A and A9. RGB value is (223,154,169). Sum of RGB (Red+Green+Blue) = 223+154+169=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9AA9 is #206556. Grayscale: #B0B0B0. Windows color (decimal): -2123095 or 11115231. OLE color: 11115231.
HSL color Cylindrical-coordinate representation of color #DF9AA9: hue angle of 346.96º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9AA9 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 169 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.13 |
| HSL | 346.96º | 0.52% | 0.74% | - |
| HSV(B) | 346.96º | 0.31% | 0.87% | - |
| XYZ | 49.15 | 41.66 | 42.99 | - |
| YUV | 176.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 169 | 0 | 0.31 | 0.24 | 0.13 | 346.96 | 0.52 | 0.74 |
| Hex | DF | 9A | A9 | 0 | 1F | 18 | D | 15B | 34 | 4A |
| Octal | 337 | 232 | 251 | 0 | 37 | 30 | 15 | 533 | 64 | 112 |
| Binary | 11011111 | 10011010 | 10101001 | 0 | 11111 | 11000 | 1101 | 101011011 | 110100 | 1001010 |
Color Harmonies of #DF9AA9
Complementary color
Monochromatic Colors of #DF9AA9
Black with #DF9AA9
Text Example
Text Example
White with #DF9AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9AA9; }
p { color: rgb(223,154,169); }
H1.HeaderClassName
{
color: #DF9AA9;
}
.AnyTagClassName
{
color: #DF9AA9;
}
</style>
background-color css
<style>
a { background-color: #DF9AA9; }
a { background-color: rgb(223,154,169); }
div.DivClassName
{
background-color: #DF9AA9;
}
.BgClassName
{
background-color: #DF9AA9;
}
</style>
border-color css
<style>
span { border-color: #DF9AA9; }
span { border-color: rgb(223,154,169); }
td.TdClassName
{
border-color: #DF9AA9;
}
.TagClassName
{
border-color: #DF9AA9;
}
</style>