Shades of Kobi #DB9DA6
Tints of Kobi #DB9DA6
RGB
CMYK
RGB Variations
Color information
#DB9DA6 (or 0xDB9DA6) is known color: Kobi. HEX triplet: DB, 9D and A6. RGB value is (219,157,166). Sum of RGB (Red+Green+Blue) = 219+157+166=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9DA6 is #246259. Grayscale: #B0B0B0. Windows color (decimal): -2384474 or 10919387. OLE color: 10919387.
HSL color Cylindrical-coordinate representation of color #DB9DA6: hue angle of 351.29º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DA6 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 166 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.14 |
| HSL | 351.29º | 0.46% | 0.74% | - |
| HSV(B) | 351.29º | 0.28% | 0.86% | - |
| XYZ | 48.15 | 41.93 | 41.63 | - |
| YUV | 176.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 166 | 0 | 0.28 | 0.24 | 0.14 | 351.29 | 0.46 | 0.74 |
| Hex | DB | 9D | A6 | 0 | 1C | 18 | E | 15F | 2E | 4A |
| Octal | 333 | 235 | 246 | 0 | 34 | 30 | 16 | 537 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10100110 | 0 | 11100 | 11000 | 1110 | 101011111 | 101110 | 1001010 |
Color Harmonies of #DB9DA6
Complementary color
Monochromatic Colors of #DB9DA6
Black with #DB9DA6
Text Example
Text Example
White with #DB9DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DA6; }
p { color: rgb(219,157,166); }
H1.HeaderClassName
{
color: #DB9DA6;
}
.AnyTagClassName
{
color: #DB9DA6;
}
</style>
background-color css
<style>
a { background-color: #DB9DA6; }
a { background-color: rgb(219,157,166); }
div.DivClassName
{
background-color: #DB9DA6;
}
.BgClassName
{
background-color: #DB9DA6;
}
</style>
border-color css
<style>
span { border-color: #DB9DA6; }
span { border-color: rgb(219,157,166); }
td.TdClassName
{
border-color: #DB9DA6;
}
.TagClassName
{
border-color: #DB9DA6;
}
</style>