Shades of Porsche #D9A462
Tints of Porsche #D9A462
RGB
CMYK
RGB Variations
Color information
#D9A462 (or 0xD9A462) is known color: Porsche. HEX triplet: D9, A4 and 62. RGB value is (217,164,98). Sum of RGB (Red+Green+Blue) = 217+164+98=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A462 is #265B9D. Grayscale: #ACACAC. Windows color (decimal): -2513822 or 6464729. OLE color: 6464729.
HSL color Cylindrical-coordinate representation of color #D9A462: hue angle of 33.28º 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 #D9A462 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 98 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.15 |
| HSL | 33.28º | 0.61% | 0.62% | - |
| HSV(B) | 33.28º | 0.55% | 0.85% | - |
| XYZ | 44.1 | 42.18 | 17.37 | - |
| YUV | 172.32 | 86.06 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 98 | 0 | 0.24 | 0.55 | 0.15 | 33.28 | 0.61 | 0.62 |
| Hex | D9 | A4 | 62 | 0 | 18 | 37 | F | 21 | 3D | 3E |
| Octal | 331 | 244 | 142 | 0 | 30 | 67 | 17 | 41 | 75 | 76 |
| Binary | 11011001 | 10100100 | 1100010 | 0 | 11000 | 110111 | 1111 | 100001 | 111101 | 111110 |
Color Harmonies of #D9A462
Complementary color
Monochromatic Colors of #D9A462
Black with #D9A462
Text Example
Text Example
White with #D9A462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A462; }
p { color: rgb(217,164,98); }
H1.HeaderClassName
{
color: #D9A462;
}
.AnyTagClassName
{
color: #D9A462;
}
</style>
background-color css
<style>
a { background-color: #D9A462; }
a { background-color: rgb(217,164,98); }
div.DivClassName
{
background-color: #D9A462;
}
.BgClassName
{
background-color: #D9A462;
}
</style>
border-color css
<style>
span { border-color: #D9A462; }
span { border-color: rgb(217,164,98); }
td.TdClassName
{
border-color: #D9A462;
}
.TagClassName
{
border-color: #D9A462;
}
</style>