Shades of Porsche #D7A060
Tints of Porsche #D7A060
RGB
CMYK
RGB Variations
Color information
#D7A060 (or 0xD7A060) is known color: Porsche. HEX triplet: D7, A0 and 60. RGB value is (215,160,96). Sum of RGB (Red+Green+Blue) = 215+160+96=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A060 is #285F9F. Grayscale: #A9A9A9. Windows color (decimal): -2645920 or 6332631. OLE color: 6332631.
HSL color Cylindrical-coordinate representation of color #D7A060: hue angle of 32.27º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7A060 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 96 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.16 |
| HSL | 32.27º | 0.6% | 0.61% | - |
| HSV(B) | 32.27º | 0.55% | 0.84% | - |
| XYZ | 42.71 | 40.43 | 16.62 | - |
| YUV | 169.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 96 | 0 | 0.26 | 0.55 | 0.16 | 32.27 | 0.6 | 0.61 |
| Hex | D7 | A0 | 60 | 0 | 1A | 37 | 10 | 20 | 3C | 3D |
| Octal | 327 | 240 | 140 | 0 | 32 | 67 | 20 | 40 | 74 | 75 |
| Binary | 11010111 | 10100000 | 1100000 | 0 | 11010 | 110111 | 10000 | 100000 | 111100 | 111101 |
Color Harmonies of #D7A060
Complementary color
Monochromatic Colors of #D7A060
Black with #D7A060
Text Example
Text Example
White with #D7A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A060; }
p { color: rgb(215,160,96); }
H1.HeaderClassName
{
color: #D7A060;
}
.AnyTagClassName
{
color: #D7A060;
}
</style>
background-color css
<style>
a { background-color: #D7A060; }
a { background-color: rgb(215,160,96); }
div.DivClassName
{
background-color: #D7A060;
}
.BgClassName
{
background-color: #D7A060;
}
</style>
border-color css
<style>
span { border-color: #D7A060; }
span { border-color: rgb(215,160,96); }
td.TdClassName
{
border-color: #D7A060;
}
.TagClassName
{
border-color: #D7A060;
}
</style>