Shades of Porsche #D9A25E
Tints of Porsche #D9A25E
RGB
CMYK
RGB Variations
Color information
#D9A25E (or 0xD9A25E) is known color: Porsche. HEX triplet: D9, A2 and 5E. RGB value is (217,162,94). Sum of RGB (Red+Green+Blue) = 217+162+94=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A25E is #265DA1. Grayscale: #ABABAB. Windows color (decimal): -2514338 or 6202073. OLE color: 6202073.
HSL color Cylindrical-coordinate representation of color #D9A25E: hue angle of 33.17º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9A25E is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 162 | 94 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.15 |
| HSL | 33.17º | 0.62% | 0.61% | - |
| HSV(B) | 33.17º | 0.57% | 0.85% | - |
| XYZ | 43.56 | 41.4 | 16.29 | - |
| YUV | 170.69 | 84.72 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 94 | 0 | 0.25 | 0.57 | 0.15 | 33.17 | 0.62 | 0.61 |
| Hex | D9 | A2 | 5E | 0 | 19 | 39 | F | 21 | 3E | 3D |
| Octal | 331 | 242 | 136 | 0 | 31 | 71 | 17 | 41 | 76 | 75 |
| Binary | 11011001 | 10100010 | 1011110 | 0 | 11001 | 111001 | 1111 | 100001 | 111110 | 111101 |
Color Harmonies of #D9A25E
Complementary color
Monochromatic Colors of #D9A25E
Black with #D9A25E
Text Example
Text Example
White with #D9A25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A25E; }
p { color: rgb(217,162,94); }
H1.HeaderClassName
{
color: #D9A25E;
}
.AnyTagClassName
{
color: #D9A25E;
}
</style>
background-color css
<style>
a { background-color: #D9A25E; }
a { background-color: rgb(217,162,94); }
div.DivClassName
{
background-color: #D9A25E;
}
.BgClassName
{
background-color: #D9A25E;
}
</style>
border-color css
<style>
span { border-color: #D9A25E; }
span { border-color: rgb(217,162,94); }
td.TdClassName
{
border-color: #D9A25E;
}
.TagClassName
{
border-color: #D9A25E;
}
</style>