Shades of Kobi #DB9DA7
Tints of Kobi #DB9DA7
RGB
CMYK
RGB Variations
Color information
#DB9DA7 (or 0xDB9DA7) is known color: Kobi. HEX triplet: DB, 9D and A7. RGB value is (219,157,167). Sum of RGB (Red+Green+Blue) = 219+157+167=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9DA7 is #246258. Grayscale: #B0B0B0. Windows color (decimal): -2384473 or 10984923. OLE color: 10984923.
HSL color Cylindrical-coordinate representation of color #DB9DA7: hue angle of 350.32º 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 #DB9DA7 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 167 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.14 |
| HSL | 350.32º | 0.46% | 0.74% | - |
| HSV(B) | 350.32º | 0.28% | 0.86% | - |
| XYZ | 48.25 | 41.96 | 42.12 | - |
| YUV | 176.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 167 | 0 | 0.28 | 0.24 | 0.14 | 350.32 | 0.46 | 0.74 |
| Hex | DB | 9D | A7 | 0 | 1C | 18 | E | 15E | 2E | 4A |
| Octal | 333 | 235 | 247 | 0 | 34 | 30 | 16 | 536 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10100111 | 0 | 11100 | 11000 | 1110 | 101011110 | 101110 | 1001010 |
Color Harmonies of #DB9DA7
Complementary color
Monochromatic Colors of #DB9DA7
Black with #DB9DA7
Text Example
Text Example
White with #DB9DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DA7; }
p { color: rgb(219,157,167); }
H1.HeaderClassName
{
color: #DB9DA7;
}
.AnyTagClassName
{
color: #DB9DA7;
}
</style>
background-color css
<style>
a { background-color: #DB9DA7; }
a { background-color: rgb(219,157,167); }
div.DivClassName
{
background-color: #DB9DA7;
}
.BgClassName
{
background-color: #DB9DA7;
}
</style>
border-color css
<style>
span { border-color: #DB9DA7; }
span { border-color: rgb(219,157,167); }
td.TdClassName
{
border-color: #DB9DA7;
}
.TagClassName
{
border-color: #DB9DA7;
}
</style>