Shades of Porsche #D9A060
Tints of Porsche #D9A060
RGB
CMYK
RGB Variations
Color information
#D9A060 (or 0xD9A060) is known color: Porsche. HEX triplet: D9, A0 and 60. RGB value is (217,160,96). Sum of RGB (Red+Green+Blue) = 217+160+96=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A060 is #265F9F. Grayscale: #AAAAAA. Windows color (decimal): -2514848 or 6332633. OLE color: 6332633.
HSL color Cylindrical-coordinate representation of color #D9A060: hue angle of 31.74º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9A060 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 96 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.15 |
| HSL | 31.74º | 0.61% | 0.61% | - |
| HSV(B) | 31.74º | 0.56% | 0.85% | - |
| XYZ | 43.3 | 40.74 | 16.65 | - |
| YUV | 169.75 | 86.38 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 96 | 0 | 0.26 | 0.56 | 0.15 | 31.74 | 0.61 | 0.61 |
| Hex | D9 | A0 | 60 | 0 | 1A | 38 | F | 20 | 3D | 3D |
| Octal | 331 | 240 | 140 | 0 | 32 | 70 | 17 | 40 | 75 | 75 |
| Binary | 11011001 | 10100000 | 1100000 | 0 | 11010 | 111000 | 1111 | 100000 | 111101 | 111101 |
Color Harmonies of #D9A060
Complementary color
Monochromatic Colors of #D9A060
Black with #D9A060
Text Example
Text Example
White with #D9A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A060; }
p { color: rgb(217,160,96); }
H1.HeaderClassName
{
color: #D9A060;
}
.AnyTagClassName
{
color: #D9A060;
}
</style>
background-color css
<style>
a { background-color: #D9A060; }
a { background-color: rgb(217,160,96); }
div.DivClassName
{
background-color: #D9A060;
}
.BgClassName
{
background-color: #D9A060;
}
</style>
border-color css
<style>
span { border-color: #D9A060; }
span { border-color: rgb(217,160,96); }
td.TdClassName
{
border-color: #D9A060;
}
.TagClassName
{
border-color: #D9A060;
}
</style>