Shades of Porsche #D9A056
Tints of Porsche #D9A056
RGB
CMYK
RGB Variations
Color information
#D9A056 (or 0xD9A056) is known color: Porsche. HEX triplet: D9, A0 and 56. RGB value is (217,160,86). Sum of RGB (Red+Green+Blue) = 217+160+86=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A056 is #265FA9. Grayscale: #A8A8A8. Windows color (decimal): -2514858 or 5677273. OLE color: 5677273.
HSL color Cylindrical-coordinate representation of color #D9A056: hue angle of 33.89º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9A056 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 86 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.15 |
| HSL | 33.89º | 0.63% | 0.59% | - |
| HSV(B) | 33.89º | 0.6% | 0.85% | - |
| XYZ | 42.87 | 40.57 | 14.37 | - |
| YUV | 168.61 | 81.38 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 86 | 0 | 0.26 | 0.60 | 0.15 | 33.89 | 0.63 | 0.59 |
| Hex | D9 | A0 | 56 | 0 | 1A | 3C | F | 22 | 3F | 3B |
| Octal | 331 | 240 | 126 | 0 | 32 | 74 | 17 | 42 | 77 | 73 |
| Binary | 11011001 | 10100000 | 1010110 | 0 | 11010 | 111100 | 1111 | 100010 | 111111 | 111011 |
Color Harmonies of #D9A056
Complementary color
Monochromatic Colors of #D9A056
Black with #D9A056
Text Example
Text Example
White with #D9A056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A056; }
p { color: rgb(217,160,86); }
H1.HeaderClassName
{
color: #D9A056;
}
.AnyTagClassName
{
color: #D9A056;
}
</style>
background-color css
<style>
a { background-color: #D9A056; }
a { background-color: rgb(217,160,86); }
div.DivClassName
{
background-color: #D9A056;
}
.BgClassName
{
background-color: #D9A056;
}
</style>
border-color css
<style>
span { border-color: #D9A056; }
span { border-color: rgb(217,160,86); }
td.TdClassName
{
border-color: #D9A056;
}
.TagClassName
{
border-color: #D9A056;
}
</style>