Shades of Porsche #D9A264
Tints of Porsche #D9A264
RGB
CMYK
RGB Variations
Color information
#D9A264 (or 0xD9A264) is known color: Porsche. HEX triplet: D9, A2 and 64. RGB value is (217,162,100). Sum of RGB (Red+Green+Blue) = 217+162+100=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A264 is #265D9B. Grayscale: #ABABAB. Windows color (decimal): -2514332 or 6595289. OLE color: 6595289.
HSL color Cylindrical-coordinate representation of color #D9A264: hue angle of 31.79º 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 #D9A264 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 162 | 100 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.15 |
| HSL | 31.79º | 0.61% | 0.62% | - |
| HSV(B) | 31.79º | 0.54% | 0.85% | - |
| XYZ | 43.84 | 41.51 | 17.76 | - |
| YUV | 171.38 | 87.72 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 100 | 0 | 0.25 | 0.54 | 0.15 | 31.79 | 0.61 | 0.62 |
| Hex | D9 | A2 | 64 | 0 | 19 | 36 | F | 20 | 3D | 3E |
| Octal | 331 | 242 | 144 | 0 | 31 | 66 | 17 | 40 | 75 | 76 |
| Binary | 11011001 | 10100010 | 1100100 | 0 | 11001 | 110110 | 1111 | 100000 | 111101 | 111110 |
Color Harmonies of #D9A264
Complementary color
Monochromatic Colors of #D9A264
Black with #D9A264
Text Example
Text Example
White with #D9A264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A264; }
p { color: rgb(217,162,100); }
H1.HeaderClassName
{
color: #D9A264;
}
.AnyTagClassName
{
color: #D9A264;
}
</style>
background-color css
<style>
a { background-color: #D9A264; }
a { background-color: rgb(217,162,100); }
div.DivClassName
{
background-color: #D9A264;
}
.BgClassName
{
background-color: #D9A264;
}
</style>
border-color css
<style>
span { border-color: #D9A264; }
span { border-color: rgb(217,162,100); }
td.TdClassName
{
border-color: #D9A264;
}
.TagClassName
{
border-color: #D9A264;
}
</style>