Shades of Kobi #D89AA9
Tints of Kobi #D89AA9
RGB
CMYK
RGB Variations
Color information
#D89AA9 (or 0xD89AA9) is known color: Kobi. HEX triplet: D8, 9A and A9. RGB value is (216,154,169). Sum of RGB (Red+Green+Blue) = 216+154+169=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89AA9 is #276556. Grayscale: #AEAEAE. Windows color (decimal): -2581847 or 11115224. OLE color: 11115224.
HSL color Cylindrical-coordinate representation of color #D89AA9: hue angle of 345.48º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89AA9 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 169 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.15 |
| HSL | 345.48º | 0.44% | 0.73% | - |
| HSV(B) | 345.48º | 0.29% | 0.85% | - |
| XYZ | 47.04 | 40.57 | 42.89 | - |
| YUV | 174.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 169 | 0 | 0.29 | 0.22 | 0.15 | 345.48 | 0.44 | 0.73 |
| Hex | D8 | 9A | A9 | 0 | 1D | 16 | F | 159 | 2C | 49 |
| Octal | 330 | 232 | 251 | 0 | 35 | 26 | 17 | 531 | 54 | 111 |
| Binary | 11011000 | 10011010 | 10101001 | 0 | 11101 | 10110 | 1111 | 101011001 | 101100 | 1001001 |
Color Harmonies of #D89AA9
Complementary color
Monochromatic Colors of #D89AA9
Black with #D89AA9
Text Example
Text Example
White with #D89AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89AA9; }
p { color: rgb(216,154,169); }
H1.HeaderClassName
{
color: #D89AA9;
}
.AnyTagClassName
{
color: #D89AA9;
}
</style>
background-color css
<style>
a { background-color: #D89AA9; }
a { background-color: rgb(216,154,169); }
div.DivClassName
{
background-color: #D89AA9;
}
.BgClassName
{
background-color: #D89AA9;
}
</style>
border-color css
<style>
span { border-color: #D89AA9; }
span { border-color: rgb(216,154,169); }
td.TdClassName
{
border-color: #D89AA9;
}
.TagClassName
{
border-color: #D89AA9;
}
</style>