Shades of Kobi #DB94A5
Tints of Kobi #DB94A5
RGB
CMYK
RGB Variations
Color information
#DB94A5 (or 0xDB94A5) is known color: Kobi. HEX triplet: DB, 94 and A5. RGB value is (219,148,165). Sum of RGB (Red+Green+Blue) = 219+148+165=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB94A5 is #246B5A. Grayscale: #ABABAB. Windows color (decimal): -2386779 or 10851547. OLE color: 10851547.
HSL color Cylindrical-coordinate representation of color #DB94A5: hue angle of 345.63º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB94A5 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 165 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.14 |
| HSL | 345.63º | 0.5% | 0.72% | - |
| HSV(B) | 345.63º | 0.32% | 0.86% | - |
| XYZ | 46.59 | 38.96 | 40.66 | - |
| YUV | 171.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 165 | 0 | 0.32 | 0.25 | 0.14 | 345.63 | 0.5 | 0.72 |
| Hex | DB | 94 | A5 | 0 | 20 | 19 | E | 15A | 32 | 48 |
| Octal | 333 | 224 | 245 | 0 | 40 | 31 | 16 | 532 | 62 | 110 |
| Binary | 11011011 | 10010100 | 10100101 | 0 | 100000 | 11001 | 1110 | 101011010 | 110010 | 1001000 |
Color Harmonies of #DB94A5
Complementary color
Monochromatic Colors of #DB94A5
Black with #DB94A5
Text Example
Text Example
White with #DB94A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94A5; }
p { color: rgb(219,148,165); }
H1.HeaderClassName
{
color: #DB94A5;
}
.AnyTagClassName
{
color: #DB94A5;
}
</style>
background-color css
<style>
a { background-color: #DB94A5; }
a { background-color: rgb(219,148,165); }
div.DivClassName
{
background-color: #DB94A5;
}
.BgClassName
{
background-color: #DB94A5;
}
</style>
border-color css
<style>
span { border-color: #DB94A5; }
span { border-color: rgb(219,148,165); }
td.TdClassName
{
border-color: #DB94A5;
}
.TagClassName
{
border-color: #DB94A5;
}
</style>