Shades of Porsche #DB9E58
Tints of Porsche #DB9E58
RGB
CMYK
RGB Variations
Color information
#DB9E58 (or 0xDB9E58) is known color: Porsche. HEX triplet: DB, 9E and 58. RGB value is (219,158,88). Sum of RGB (Red+Green+Blue) = 219+158+88=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E58 is #2461A7. Grayscale: #A8A8A8. Windows color (decimal): -2384296 or 5807835. OLE color: 5807835.
HSL color Cylindrical-coordinate representation of color #DB9E58: hue angle of 32.06º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB9E58 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 88 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.14 |
| HSL | 32.06º | 0.65% | 0.6% | - |
| HSV(B) | 32.06º | 0.6% | 0.86% | - |
| XYZ | 43.2 | 40.22 | 14.72 | - |
| YUV | 168.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 88 | 0 | 0.28 | 0.60 | 0.14 | 32.06 | 0.65 | 0.6 |
| Hex | DB | 9E | 58 | 0 | 1C | 3C | E | 20 | 41 | 3C |
| Octal | 333 | 236 | 130 | 0 | 34 | 74 | 16 | 40 | 101 | 74 |
| Binary | 11011011 | 10011110 | 1011000 | 0 | 11100 | 111100 | 1110 | 100000 | 1000001 | 111100 |
Color Harmonies of #DB9E58
Complementary color
Monochromatic Colors of #DB9E58
Black with #DB9E58
Text Example
Text Example
White with #DB9E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E58; }
p { color: rgb(219,158,88); }
H1.HeaderClassName
{
color: #DB9E58;
}
.AnyTagClassName
{
color: #DB9E58;
}
</style>
background-color css
<style>
a { background-color: #DB9E58; }
a { background-color: rgb(219,158,88); }
div.DivClassName
{
background-color: #DB9E58;
}
.BgClassName
{
background-color: #DB9E58;
}
</style>
border-color css
<style>
span { border-color: #DB9E58; }
span { border-color: rgb(219,158,88); }
td.TdClassName
{
border-color: #DB9E58;
}
.TagClassName
{
border-color: #DB9E58;
}
</style>