Shades of Porsche #D9A156
Tints of Porsche #D9A156
RGB
CMYK
RGB Variations
Color information
#D9A156 (or 0xD9A156) is known color: Porsche. HEX triplet: D9, A1 and 56. RGB value is (217,161,86). Sum of RGB (Red+Green+Blue) = 217+161+86=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A156 is #265EA9. Grayscale: #A9A9A9. Windows color (decimal): -2514602 or 5677529. OLE color: 5677529.
HSL color Cylindrical-coordinate representation of color #D9A156: hue angle of 34.35º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9A156 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 86 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.15 |
| HSL | 34.35º | 0.63% | 0.59% | - |
| HSV(B) | 34.35º | 0.6% | 0.85% | - |
| XYZ | 43.04 | 40.91 | 14.43 | - |
| YUV | 169.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 86 | 0 | 0.26 | 0.60 | 0.15 | 34.35 | 0.63 | 0.59 |
| Hex | D9 | A1 | 56 | 0 | 1A | 3C | F | 22 | 3F | 3B |
| Octal | 331 | 241 | 126 | 0 | 32 | 74 | 17 | 42 | 77 | 73 |
| Binary | 11011001 | 10100001 | 1010110 | 0 | 11010 | 111100 | 1111 | 100010 | 111111 | 111011 |
Color Harmonies of #D9A156
Complementary color
Monochromatic Colors of #D9A156
Black with #D9A156
Text Example
Text Example
White with #D9A156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A156; }
p { color: rgb(217,161,86); }
H1.HeaderClassName
{
color: #D9A156;
}
.AnyTagClassName
{
color: #D9A156;
}
</style>
background-color css
<style>
a { background-color: #D9A156; }
a { background-color: rgb(217,161,86); }
div.DivClassName
{
background-color: #D9A156;
}
.BgClassName
{
background-color: #D9A156;
}
</style>
border-color css
<style>
span { border-color: #D9A156; }
span { border-color: rgb(217,161,86); }
td.TdClassName
{
border-color: #D9A156;
}
.TagClassName
{
border-color: #D9A156;
}
</style>