Shades of Kobi #D98BA9
Tints of Kobi #D98BA9
RGB
CMYK
RGB Variations
Color information
#D98BA9 (or 0xD98BA9) is known color: Kobi. HEX triplet: D9, 8B and A9. RGB value is (217,139,169). Sum of RGB (Red+Green+Blue) = 217+139+169=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 169 (66.41% from 255 or 32.19% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D98BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98BA9 is #267456. Grayscale: #A5A5A5. Windows color (decimal): -2520151 or 11111385. OLE color: 11111385.
HSL color Cylindrical-coordinate representation of color #D98BA9: hue angle of 336.92º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98BA9 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 139 | 169 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.15 |
| HSL | 336.92º | 0.51% | 0.7% | - |
| HSV(B) | 336.92º | 0.36% | 0.85% | - |
| XYZ | 45.01 | 36.08 | 42.13 | - |
| YUV | 165.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 139 | 169 | 0 | 0.36 | 0.22 | 0.15 | 336.92 | 0.51 | 0.7 |
| Hex | D9 | 8B | A9 | 0 | 24 | 16 | F | 151 | 33 | 46 |
| Octal | 331 | 213 | 251 | 0 | 44 | 26 | 17 | 521 | 63 | 106 |
| Binary | 11011001 | 10001011 | 10101001 | 0 | 100100 | 10110 | 1111 | 101010001 | 110011 | 1000110 |
Color Harmonies of #D98BA9
Complementary color
Monochromatic Colors of #D98BA9
Black with #D98BA9
Text Example
Text Example
White with #D98BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98BA9; }
p { color: rgb(217,139,169); }
H1.HeaderClassName
{
color: #D98BA9;
}
.AnyTagClassName
{
color: #D98BA9;
}
</style>
background-color css
<style>
a { background-color: #D98BA9; }
a { background-color: rgb(217,139,169); }
div.DivClassName
{
background-color: #D98BA9;
}
.BgClassName
{
background-color: #D98BA9;
}
</style>
border-color css
<style>
span { border-color: #D98BA9; }
span { border-color: rgb(217,139,169); }
td.TdClassName
{
border-color: #D98BA9;
}
.TagClassName
{
border-color: #D98BA9;
}
</style>