Shades of Kobi #D89BA7
Tints of Kobi #D89BA7
RGB
CMYK
RGB Variations
Color information
#D89BA7 (or 0xD89BA7) is known color: Kobi. HEX triplet: D8, 9B and A7. RGB value is (216,155,167). Sum of RGB (Red+Green+Blue) = 216+155+167=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 167 (65.62% from 255 or 31.04% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D89BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89BA7 is #276458. Grayscale: #AEAEAE. Windows color (decimal): -2581593 or 10984408. OLE color: 10984408.
HSL color Cylindrical-coordinate representation of color #D89BA7: hue angle of 348.2º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D89BA7 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 167 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.15 |
| HSL | 348.2º | 0.44% | 0.73% | - |
| HSV(B) | 348.2º | 0.28% | 0.85% | - |
| XYZ | 47.02 | 40.83 | 41.96 | - |
| YUV | 174.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 167 | 0 | 0.28 | 0.23 | 0.15 | 348.2 | 0.44 | 0.73 |
| Hex | D8 | 9B | A7 | 0 | 1C | 17 | F | 15C | 2C | 49 |
| Octal | 330 | 233 | 247 | 0 | 34 | 27 | 17 | 534 | 54 | 111 |
| Binary | 11011000 | 10011011 | 10100111 | 0 | 11100 | 10111 | 1111 | 101011100 | 101100 | 1001001 |
Color Harmonies of #D89BA7
Complementary color
Monochromatic Colors of #D89BA7
Black with #D89BA7
Text Example
Text Example
White with #D89BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89BA7; }
p { color: rgb(216,155,167); }
H1.HeaderClassName
{
color: #D89BA7;
}
.AnyTagClassName
{
color: #D89BA7;
}
</style>
background-color css
<style>
a { background-color: #D89BA7; }
a { background-color: rgb(216,155,167); }
div.DivClassName
{
background-color: #D89BA7;
}
.BgClassName
{
background-color: #D89BA7;
}
</style>
border-color css
<style>
span { border-color: #D89BA7; }
span { border-color: rgb(216,155,167); }
td.TdClassName
{
border-color: #D89BA7;
}
.TagClassName
{
border-color: #D89BA7;
}
</style>