Shades of Porsche #D9A059
Tints of Porsche #D9A059
RGB
CMYK
RGB Variations
Color information
#D9A059 (or 0xD9A059) is known color: Porsche. HEX triplet: D9, A0 and 59. RGB value is (217,160,89). Sum of RGB (Red+Green+Blue) = 217+160+89=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A059 is #265FA6. Grayscale: #A9A9A9. Windows color (decimal): -2514855 or 5873881. OLE color: 5873881.
HSL color Cylindrical-coordinate representation of color #D9A059: hue angle of 33.28º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9A059 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 89 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.15 |
| HSL | 33.28º | 0.63% | 0.6% | - |
| HSV(B) | 33.28º | 0.59% | 0.85% | - |
| XYZ | 42.99 | 40.61 | 15.02 | - |
| YUV | 168.95 | 82.88 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 89 | 0 | 0.26 | 0.59 | 0.15 | 33.28 | 0.63 | 0.6 |
| Hex | D9 | A0 | 59 | 0 | 1A | 3B | F | 21 | 3F | 3C |
| Octal | 331 | 240 | 131 | 0 | 32 | 73 | 17 | 41 | 77 | 74 |
| Binary | 11011001 | 10100000 | 1011001 | 0 | 11010 | 111011 | 1111 | 100001 | 111111 | 111100 |
Color Harmonies of #D9A059
Complementary color
Monochromatic Colors of #D9A059
Black with #D9A059
Text Example
Text Example
White with #D9A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A059; }
p { color: rgb(217,160,89); }
H1.HeaderClassName
{
color: #D9A059;
}
.AnyTagClassName
{
color: #D9A059;
}
</style>
background-color css
<style>
a { background-color: #D9A059; }
a { background-color: rgb(217,160,89); }
div.DivClassName
{
background-color: #D9A059;
}
.BgClassName
{
background-color: #D9A059;
}
</style>
border-color css
<style>
span { border-color: #D9A059; }
span { border-color: rgb(217,160,89); }
td.TdClassName
{
border-color: #D9A059;
}
.TagClassName
{
border-color: #D9A059;
}
</style>