Shades of Porsche #D9A062
Tints of Porsche #D9A062
RGB
CMYK
RGB Variations
Color information
#D9A062 (or 0xD9A062) is known color: Porsche. HEX triplet: D9, A0 and 62. RGB value is (217,160,98). Sum of RGB (Red+Green+Blue) = 217+160+98=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A062 is #265F9D. Grayscale: #AAAAAA. Windows color (decimal): -2514846 or 6463705. OLE color: 6463705.
HSL color Cylindrical-coordinate representation of color #D9A062: hue angle of 31.26º 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 #D9A062 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 98 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.15 |
| HSL | 31.26º | 0.61% | 0.62% | - |
| HSV(B) | 31.26º | 0.55% | 0.85% | - |
| XYZ | 43.39 | 40.78 | 17.14 | - |
| YUV | 169.98 | 87.38 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 98 | 0 | 0.26 | 0.55 | 0.15 | 31.26 | 0.61 | 0.62 |
| Hex | D9 | A0 | 62 | 0 | 1A | 37 | F | 1F | 3D | 3E |
| Octal | 331 | 240 | 142 | 0 | 32 | 67 | 17 | 37 | 75 | 76 |
| Binary | 11011001 | 10100000 | 1100010 | 0 | 11010 | 110111 | 1111 | 11111 | 111101 | 111110 |
Color Harmonies of #D9A062
Complementary color
Monochromatic Colors of #D9A062
Black with #D9A062
Text Example
Text Example
White with #D9A062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A062; }
p { color: rgb(217,160,98); }
H1.HeaderClassName
{
color: #D9A062;
}
.AnyTagClassName
{
color: #D9A062;
}
</style>
background-color css
<style>
a { background-color: #D9A062; }
a { background-color: rgb(217,160,98); }
div.DivClassName
{
background-color: #D9A062;
}
.BgClassName
{
background-color: #D9A062;
}
</style>
border-color css
<style>
span { border-color: #D9A062; }
span { border-color: rgb(217,160,98); }
td.TdClassName
{
border-color: #D9A062;
}
.TagClassName
{
border-color: #D9A062;
}
</style>