Shades of Porsche #D9A061
Tints of Porsche #D9A061
RGB
CMYK
RGB Variations
Color information
#D9A061 (or 0xD9A061) is known color: Porsche. HEX triplet: D9, A0 and 61. RGB value is (217,160,97). Sum of RGB (Red+Green+Blue) = 217+160+97=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A061 is #265F9E. Grayscale: #AAAAAA. Windows color (decimal): -2514847 or 6398169. OLE color: 6398169.
HSL color Cylindrical-coordinate representation of color #D9A061: hue angle of 31.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9A061 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 97 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.15 |
| HSL | 31.5º | 0.61% | 0.62% | - |
| HSV(B) | 31.5º | 0.55% | 0.85% | - |
| XYZ | 43.34 | 40.76 | 16.89 | - |
| YUV | 169.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 97 | 0 | 0.26 | 0.55 | 0.15 | 31.5 | 0.61 | 0.62 |
| Hex | D9 | A0 | 61 | 0 | 1A | 37 | F | 1F | 3D | 3E |
| Octal | 331 | 240 | 141 | 0 | 32 | 67 | 17 | 37 | 75 | 76 |
| Binary | 11011001 | 10100000 | 1100001 | 0 | 11010 | 110111 | 1111 | 11111 | 111101 | 111110 |
Color Harmonies of #D9A061
Complementary color
Monochromatic Colors of #D9A061
Black with #D9A061
Text Example
Text Example
White with #D9A061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A061; }
p { color: rgb(217,160,97); }
H1.HeaderClassName
{
color: #D9A061;
}
.AnyTagClassName
{
color: #D9A061;
}
</style>
background-color css
<style>
a { background-color: #D9A061; }
a { background-color: rgb(217,160,97); }
div.DivClassName
{
background-color: #D9A061;
}
.BgClassName
{
background-color: #D9A061;
}
</style>
border-color css
<style>
span { border-color: #D9A061; }
span { border-color: rgb(217,160,97); }
td.TdClassName
{
border-color: #D9A061;
}
.TagClassName
{
border-color: #D9A061;
}
</style>