Shades of Porsche #D9A160
Tints of Porsche #D9A160
RGB
CMYK
RGB Variations
Color information
#D9A160 (or 0xD9A160) is known color: Porsche. HEX triplet: D9, A1 and 60. RGB value is (217,161,96). Sum of RGB (Red+Green+Blue) = 217+161+96=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A160 is #265E9F. Grayscale: #AAAAAA. Windows color (decimal): -2514592 or 6332889. OLE color: 6332889.
HSL color Cylindrical-coordinate representation of color #D9A160: hue angle of 32.23º 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 #D9A160 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 96 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.15 |
| HSL | 32.23º | 0.61% | 0.61% | - |
| HSV(B) | 32.23º | 0.56% | 0.85% | - |
| XYZ | 43.47 | 41.09 | 16.71 | - |
| YUV | 170.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 96 | 0 | 0.26 | 0.56 | 0.15 | 32.23 | 0.61 | 0.61 |
| Hex | D9 | A1 | 60 | 0 | 1A | 38 | F | 20 | 3D | 3D |
| Octal | 331 | 241 | 140 | 0 | 32 | 70 | 17 | 40 | 75 | 75 |
| Binary | 11011001 | 10100001 | 1100000 | 0 | 11010 | 111000 | 1111 | 100000 | 111101 | 111101 |
Color Harmonies of #D9A160
Complementary color
Monochromatic Colors of #D9A160
Black with #D9A160
Text Example
Text Example
White with #D9A160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A160; }
p { color: rgb(217,161,96); }
H1.HeaderClassName
{
color: #D9A160;
}
.AnyTagClassName
{
color: #D9A160;
}
</style>
background-color css
<style>
a { background-color: #D9A160; }
a { background-color: rgb(217,161,96); }
div.DivClassName
{
background-color: #D9A160;
}
.BgClassName
{
background-color: #D9A160;
}
</style>
border-color css
<style>
span { border-color: #D9A160; }
span { border-color: rgb(217,161,96); }
td.TdClassName
{
border-color: #D9A160;
}
.TagClassName
{
border-color: #D9A160;
}
</style>