Shades of Kobi #D898AB
Tints of Kobi #D898AB
RGB
CMYK
RGB Variations
Color information
#D898AB (or 0xD898AB) is known color: Kobi. HEX triplet: D8, 98 and AB. RGB value is (216,152,171). Sum of RGB (Red+Green+Blue) = 216+152+171=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D898AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D898AB is #276754. Grayscale: #ADADAD. Windows color (decimal): -2582357 or 11245784. OLE color: 11245784.
HSL color Cylindrical-coordinate representation of color #D898AB: hue angle of 342.19º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D898AB is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 171 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.15 |
| HSL | 342.19º | 0.45% | 0.72% | - |
| HSV(B) | 342.19º | 0.3% | 0.85% | - |
| XYZ | 46.9 | 40 | 43.78 | - |
| YUV | 173.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 171 | 0 | 0.30 | 0.21 | 0.15 | 342.19 | 0.45 | 0.72 |
| Hex | D8 | 98 | AB | 0 | 1E | 15 | F | 156 | 2D | 48 |
| Octal | 330 | 230 | 253 | 0 | 36 | 25 | 17 | 526 | 55 | 110 |
| Binary | 11011000 | 10011000 | 10101011 | 0 | 11110 | 10101 | 1111 | 101010110 | 101101 | 1001000 |
Color Harmonies of #D898AB
Complementary color
Monochromatic Colors of #D898AB
Black with #D898AB
Text Example
Text Example
White with #D898AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898AB; }
p { color: rgb(216,152,171); }
H1.HeaderClassName
{
color: #D898AB;
}
.AnyTagClassName
{
color: #D898AB;
}
</style>
background-color css
<style>
a { background-color: #D898AB; }
a { background-color: rgb(216,152,171); }
div.DivClassName
{
background-color: #D898AB;
}
.BgClassName
{
background-color: #D898AB;
}
</style>
border-color css
<style>
span { border-color: #D898AB; }
span { border-color: rgb(216,152,171); }
td.TdClassName
{
border-color: #D898AB;
}
.TagClassName
{
border-color: #D898AB;
}
</style>