Shades of Porsche #D8A059
Tints of Porsche #D8A059
RGB
CMYK
RGB Variations
Color information
#D8A059 (or 0xD8A059) is known color: Porsche. HEX triplet: D8, A0 and 59. RGB value is (216,160,89). Sum of RGB (Red+Green+Blue) = 216+160+89=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A059 is #275FA6. Grayscale: #A8A8A8. Windows color (decimal): -2580391 or 5873880. OLE color: 5873880.
HSL color Cylindrical-coordinate representation of color #D8A059: hue angle of 33.54º degrees, saturation: 0.62, 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 #D8A059 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 160 | 89 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.15 |
| HSL | 33.54º | 0.62% | 0.6% | - |
| HSV(B) | 33.54º | 0.59% | 0.85% | - |
| XYZ | 42.69 | 40.46 | 15.01 | - |
| YUV | 168.65 | 83.05 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 89 | 0 | 0.26 | 0.59 | 0.15 | 33.54 | 0.62 | 0.6 |
| Hex | D8 | A0 | 59 | 0 | 1A | 3B | F | 22 | 3E | 3C |
| Octal | 330 | 240 | 131 | 0 | 32 | 73 | 17 | 42 | 76 | 74 |
| Binary | 11011000 | 10100000 | 1011001 | 0 | 11010 | 111011 | 1111 | 100010 | 111110 | 111100 |
Color Harmonies of #D8A059
Complementary color
Monochromatic Colors of #D8A059
Black with #D8A059
Text Example
Text Example
White with #D8A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A059; }
p { color: rgb(216,160,89); }
H1.HeaderClassName
{
color: #D8A059;
}
.AnyTagClassName
{
color: #D8A059;
}
</style>
background-color css
<style>
a { background-color: #D8A059; }
a { background-color: rgb(216,160,89); }
div.DivClassName
{
background-color: #D8A059;
}
.BgClassName
{
background-color: #D8A059;
}
</style>
border-color css
<style>
span { border-color: #D8A059; }
span { border-color: rgb(216,160,89); }
td.TdClassName
{
border-color: #D8A059;
}
.TagClassName
{
border-color: #D8A059;
}
</style>