Shades of Porsche #DB9A59
Tints of Porsche #DB9A59
RGB
CMYK
RGB Variations
Color information
#DB9A59 (or 0xDB9A59) is known color: Porsche. HEX triplet: DB, 9A and 59. RGB value is (219,154,89). Sum of RGB (Red+Green+Blue) = 219+154+89=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A59 is #2465A6. Grayscale: #A6A6A6. Windows color (decimal): -2385319 or 5872347. OLE color: 5872347.
HSL color Cylindrical-coordinate representation of color #DB9A59: hue angle of 30º 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 #DB9A59 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 89 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.14 |
| HSL | 30º | 0.64% | 0.6% | - |
| HSV(B) | 30º | 0.59% | 0.86% | - |
| XYZ | 42.57 | 38.89 | 14.71 | - |
| YUV | 166.03 | 84.53 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 89 | 0 | 0.30 | 0.59 | 0.14 | 30 | 0.64 | 0.6 |
| Hex | DB | 9A | 59 | 0 | 1E | 3B | E | 1E | 40 | 3C |
| Octal | 333 | 232 | 131 | 0 | 36 | 73 | 16 | 36 | 100 | 74 |
| Binary | 11011011 | 10011010 | 1011001 | 0 | 11110 | 111011 | 1110 | 11110 | 1000000 | 111100 |
Color Harmonies of #DB9A59
Complementary color
Monochromatic Colors of #DB9A59
Black with #DB9A59
Text Example
Text Example
White with #DB9A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A59; }
p { color: rgb(219,154,89); }
H1.HeaderClassName
{
color: #DB9A59;
}
.AnyTagClassName
{
color: #DB9A59;
}
</style>
background-color css
<style>
a { background-color: #DB9A59; }
a { background-color: rgb(219,154,89); }
div.DivClassName
{
background-color: #DB9A59;
}
.BgClassName
{
background-color: #DB9A59;
}
</style>
border-color css
<style>
span { border-color: #DB9A59; }
span { border-color: rgb(219,154,89); }
td.TdClassName
{
border-color: #DB9A59;
}
.TagClassName
{
border-color: #DB9A59;
}
</style>