Shades of Kobi #DB98AC
Tints of Kobi #DB98AC
RGB
CMYK
RGB Variations
Color information
#DB98AC (or 0xDB98AC) is known color: Kobi. HEX triplet: DB, 98 and AC. RGB value is (219,152,172). Sum of RGB (Red+Green+Blue) = 219+152+172=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB98AC is #246753. Grayscale: #AEAEAE. Windows color (decimal): -2385748 or 11311323. OLE color: 11311323.
HSL color Cylindrical-coordinate representation of color #DB98AC: hue angle of 342.09º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB98AC is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 172 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.14 |
| HSL | 342.09º | 0.48% | 0.73% | - |
| HSV(B) | 342.09º | 0.31% | 0.86% | - |
| XYZ | 47.89 | 40.5 | 44.32 | - |
| YUV | 174.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 172 | 0 | 0.31 | 0.21 | 0.14 | 342.09 | 0.48 | 0.73 |
| Hex | DB | 98 | AC | 0 | 1F | 15 | E | 156 | 30 | 49 |
| Octal | 333 | 230 | 254 | 0 | 37 | 25 | 16 | 526 | 60 | 111 |
| Binary | 11011011 | 10011000 | 10101100 | 0 | 11111 | 10101 | 1110 | 101010110 | 110000 | 1001001 |
Color Harmonies of #DB98AC
Complementary color
Monochromatic Colors of #DB98AC
Black with #DB98AC
Text Example
Text Example
White with #DB98AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98AC; }
p { color: rgb(219,152,172); }
H1.HeaderClassName
{
color: #DB98AC;
}
.AnyTagClassName
{
color: #DB98AC;
}
</style>
background-color css
<style>
a { background-color: #DB98AC; }
a { background-color: rgb(219,152,172); }
div.DivClassName
{
background-color: #DB98AC;
}
.BgClassName
{
background-color: #DB98AC;
}
</style>
border-color css
<style>
span { border-color: #DB98AC; }
span { border-color: rgb(219,152,172); }
td.TdClassName
{
border-color: #DB98AC;
}
.TagClassName
{
border-color: #DB98AC;
}
</style>