Shades of Porsche #DB9959
Tints of Porsche #DB9959
RGB
CMYK
RGB Variations
Color information
#DB9959 (or 0xDB9959) is known color: Porsche. HEX triplet: DB, 99 and 59. RGB value is (219,153,89). Sum of RGB (Red+Green+Blue) = 219+153+89=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9959 is #2466A6. Grayscale: #A5A5A5. Windows color (decimal): -2385575 or 5872091. OLE color: 5872091.
HSL color Cylindrical-coordinate representation of color #DB9959: hue angle of 29.54º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB9959 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 89 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.14 |
| HSL | 29.54º | 0.64% | 0.6% | - |
| HSV(B) | 29.54º | 0.59% | 0.86% | - |
| XYZ | 42.41 | 38.56 | 14.66 | - |
| YUV | 165.44 | 84.87 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 89 | 0 | 0.30 | 0.59 | 0.14 | 29.54 | 0.64 | 0.6 |
| Hex | DB | 99 | 59 | 0 | 1E | 3B | E | 1E | 40 | 3C |
| Octal | 333 | 231 | 131 | 0 | 36 | 73 | 16 | 36 | 100 | 74 |
| Binary | 11011011 | 10011001 | 1011001 | 0 | 11110 | 111011 | 1110 | 11110 | 1000000 | 111100 |
Color Harmonies of #DB9959
Complementary color
Monochromatic Colors of #DB9959
Black with #DB9959
Text Example
Text Example
White with #DB9959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9959; }
p { color: rgb(219,153,89); }
H1.HeaderClassName
{
color: #DB9959;
}
.AnyTagClassName
{
color: #DB9959;
}
</style>
background-color css
<style>
a { background-color: #DB9959; }
a { background-color: rgb(219,153,89); }
div.DivClassName
{
background-color: #DB9959;
}
.BgClassName
{
background-color: #DB9959;
}
</style>
border-color css
<style>
span { border-color: #DB9959; }
span { border-color: rgb(219,153,89); }
td.TdClassName
{
border-color: #DB9959;
}
.TagClassName
{
border-color: #DB9959;
}
</style>