Shades of Kobi #DF99A9
Tints of Kobi #DF99A9
RGB
CMYK
RGB Variations
Color information
#DF99A9 (or 0xDF99A9) is known color: Kobi. HEX triplet: DF, 99 and A9. RGB value is (223,153,169). Sum of RGB (Red+Green+Blue) = 223+153+169=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF99A9 is #206656. Grayscale: #AFAFAF. Windows color (decimal): -2123351 or 11114975. OLE color: 11114975.
HSL color Cylindrical-coordinate representation of color #DF99A9: hue angle of 346.29º 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 #DF99A9 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 169 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.13 |
| HSL | 346.29º | 0.52% | 0.74% | - |
| HSV(B) | 346.29º | 0.31% | 0.87% | - |
| XYZ | 48.98 | 41.34 | 42.93 | - |
| YUV | 175.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 169 | 0 | 0.31 | 0.24 | 0.13 | 346.29 | 0.52 | 0.74 |
| Hex | DF | 99 | A9 | 0 | 1F | 18 | D | 15A | 34 | 4A |
| Octal | 337 | 231 | 251 | 0 | 37 | 30 | 15 | 532 | 64 | 112 |
| Binary | 11011111 | 10011001 | 10101001 | 0 | 11111 | 11000 | 1101 | 101011010 | 110100 | 1001010 |
Color Harmonies of #DF99A9
Complementary color
Monochromatic Colors of #DF99A9
Black with #DF99A9
Text Example
Text Example
White with #DF99A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99A9; }
p { color: rgb(223,153,169); }
H1.HeaderClassName
{
color: #DF99A9;
}
.AnyTagClassName
{
color: #DF99A9;
}
</style>
background-color css
<style>
a { background-color: #DF99A9; }
a { background-color: rgb(223,153,169); }
div.DivClassName
{
background-color: #DF99A9;
}
.BgClassName
{
background-color: #DF99A9;
}
</style>
border-color css
<style>
span { border-color: #DF99A9; }
span { border-color: rgb(223,153,169); }
td.TdClassName
{
border-color: #DF99A9;
}
.TagClassName
{
border-color: #DF99A9;
}
</style>