Shades of Porsche #D9A16E
Tints of Porsche #D9A16E
RGB
CMYK
RGB Variations
Color information
#D9A16E (or 0xD9A16E) is known color: Porsche. HEX triplet: D9, A1 and 6E. RGB value is (217,161,110). Sum of RGB (Red+Green+Blue) = 217+161+110=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A16E is #265E91. Grayscale: #ACACAC. Windows color (decimal): -2514578 or 7250393. OLE color: 7250393.
HSL color Cylindrical-coordinate representation of color #D9A16E: hue angle of 28.6º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9A16E is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 110 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.15 |
| HSL | 28.6º | 0.58% | 0.64% | - |
| HSV(B) | 28.6º | 0.49% | 0.85% | - |
| XYZ | 44.17 | 41.37 | 20.41 | - |
| YUV | 171.93 | 93.05 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 110 | 0 | 0.26 | 0.49 | 0.15 | 28.6 | 0.58 | 0.64 |
| Hex | D9 | A1 | 6E | 0 | 1A | 31 | F | 1D | 3A | 40 |
| Octal | 331 | 241 | 156 | 0 | 32 | 61 | 17 | 35 | 72 | 100 |
| Binary | 11011001 | 10100001 | 1101110 | 0 | 11010 | 110001 | 1111 | 11101 | 111010 | 1000000 |
Color Harmonies of #D9A16E
Complementary color
Monochromatic Colors of #D9A16E
Black with #D9A16E
Text Example
Text Example
White with #D9A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A16E; }
p { color: rgb(217,161,110); }
H1.HeaderClassName
{
color: #D9A16E;
}
.AnyTagClassName
{
color: #D9A16E;
}
</style>
background-color css
<style>
a { background-color: #D9A16E; }
a { background-color: rgb(217,161,110); }
div.DivClassName
{
background-color: #D9A16E;
}
.BgClassName
{
background-color: #D9A16E;
}
</style>
border-color css
<style>
span { border-color: #D9A16E; }
span { border-color: rgb(217,161,110); }
td.TdClassName
{
border-color: #D9A16E;
}
.TagClassName
{
border-color: #D9A16E;
}
</style>