Shades of Kobi #DB99AC
Tints of Kobi #DB99AC
RGB
CMYK
RGB Variations
Color information
#DB99AC (or 0xDB99AC) is known color: Kobi. HEX triplet: DB, 99 and AC. RGB value is (219,153,172). Sum of RGB (Red+Green+Blue) = 219+153+172=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB99AC is #246653. Grayscale: #AEAEAE. Windows color (decimal): -2385492 or 11311579. OLE color: 11311579.
HSL color Cylindrical-coordinate representation of color #DB99AC: hue angle of 342.73º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB99AC is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 172 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.14 |
| HSL | 342.73º | 0.48% | 0.73% | - |
| HSV(B) | 342.73º | 0.3% | 0.86% | - |
| XYZ | 48.05 | 40.82 | 44.38 | - |
| YUV | 174.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 172 | 0 | 0.30 | 0.21 | 0.14 | 342.73 | 0.48 | 0.73 |
| Hex | DB | 99 | AC | 0 | 1E | 15 | E | 157 | 30 | 49 |
| Octal | 333 | 231 | 254 | 0 | 36 | 25 | 16 | 527 | 60 | 111 |
| Binary | 11011011 | 10011001 | 10101100 | 0 | 11110 | 10101 | 1110 | 101010111 | 110000 | 1001001 |
Color Harmonies of #DB99AC
Complementary color
Monochromatic Colors of #DB99AC
Black with #DB99AC
Text Example
Text Example
White with #DB99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99AC; }
p { color: rgb(219,153,172); }
H1.HeaderClassName
{
color: #DB99AC;
}
.AnyTagClassName
{
color: #DB99AC;
}
</style>
background-color css
<style>
a { background-color: #DB99AC; }
a { background-color: rgb(219,153,172); }
div.DivClassName
{
background-color: #DB99AC;
}
.BgClassName
{
background-color: #DB99AC;
}
</style>
border-color css
<style>
span { border-color: #DB99AC; }
span { border-color: rgb(219,153,172); }
td.TdClassName
{
border-color: #DB99AC;
}
.TagClassName
{
border-color: #DB99AC;
}
</style>