Shades of Kobi #DB92A4
Tints of Kobi #DB92A4
RGB
CMYK
RGB Variations
Color information
#DB92A4 (or 0xDB92A4) is known color: Kobi. HEX triplet: DB, 92 and A4. RGB value is (219,146,164). Sum of RGB (Red+Green+Blue) = 219+146+164=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB92A4 is #246D5B. Grayscale: #A9A9A9. Windows color (decimal): -2387292 or 10785499. OLE color: 10785499.
HSL color Cylindrical-coordinate representation of color #DB92A4: hue angle of 345.21º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB92A4 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 164 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.14 |
| HSL | 345.21º | 0.5% | 0.72% | - |
| HSV(B) | 345.21º | 0.33% | 0.86% | - |
| XYZ | 46.19 | 38.3 | 40.08 | - |
| YUV | 169.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 164 | 0 | 0.33 | 0.25 | 0.14 | 345.21 | 0.5 | 0.72 |
| Hex | DB | 92 | A4 | 0 | 21 | 19 | E | 159 | 32 | 48 |
| Octal | 333 | 222 | 244 | 0 | 41 | 31 | 16 | 531 | 62 | 110 |
| Binary | 11011011 | 10010010 | 10100100 | 0 | 100001 | 11001 | 1110 | 101011001 | 110010 | 1001000 |
Color Harmonies of #DB92A4
Complementary color
Monochromatic Colors of #DB92A4
Black with #DB92A4
Text Example
Text Example
White with #DB92A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92A4; }
p { color: rgb(219,146,164); }
H1.HeaderClassName
{
color: #DB92A4;
}
.AnyTagClassName
{
color: #DB92A4;
}
</style>
background-color css
<style>
a { background-color: #DB92A4; }
a { background-color: rgb(219,146,164); }
div.DivClassName
{
background-color: #DB92A4;
}
.BgClassName
{
background-color: #DB92A4;
}
</style>
border-color css
<style>
span { border-color: #DB92A4; }
span { border-color: rgb(219,146,164); }
td.TdClassName
{
border-color: #DB92A4;
}
.TagClassName
{
border-color: #DB92A4;
}
</style>