Shades of Porsche #D9A064
Tints of Porsche #D9A064
RGB
CMYK
RGB Variations
Color information
#D9A064 (or 0xD9A064) is known color: Porsche. HEX triplet: D9, A0 and 64. RGB value is (217,160,100). Sum of RGB (Red+Green+Blue) = 217+160+100=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A064 is #265F9B. Grayscale: #AAAAAA. Windows color (decimal): -2514844 or 6594777. OLE color: 6594777.
HSL color Cylindrical-coordinate representation of color #D9A064: hue angle of 30.77º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9A064 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 100 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.15 |
| HSL | 30.77º | 0.61% | 0.62% | - |
| HSV(B) | 30.77º | 0.54% | 0.85% | - |
| XYZ | 43.49 | 40.81 | 17.64 | - |
| YUV | 170.2 | 88.38 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 100 | 0 | 0.26 | 0.54 | 0.15 | 30.77 | 0.61 | 0.62 |
| Hex | D9 | A0 | 64 | 0 | 1A | 36 | F | 1F | 3D | 3E |
| Octal | 331 | 240 | 144 | 0 | 32 | 66 | 17 | 37 | 75 | 76 |
| Binary | 11011001 | 10100000 | 1100100 | 0 | 11010 | 110110 | 1111 | 11111 | 111101 | 111110 |
Color Harmonies of #D9A064
Complementary color
Monochromatic Colors of #D9A064
Black with #D9A064
Text Example
Text Example
White with #D9A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A064; }
p { color: rgb(217,160,100); }
H1.HeaderClassName
{
color: #D9A064;
}
.AnyTagClassName
{
color: #D9A064;
}
</style>
background-color css
<style>
a { background-color: #D9A064; }
a { background-color: rgb(217,160,100); }
div.DivClassName
{
background-color: #D9A064;
}
.BgClassName
{
background-color: #D9A064;
}
</style>
border-color css
<style>
span { border-color: #D9A064; }
span { border-color: rgb(217,160,100); }
td.TdClassName
{
border-color: #D9A064;
}
.TagClassName
{
border-color: #D9A064;
}
</style>