Shades of Porsche #D9A25D
Tints of Porsche #D9A25D
RGB
CMYK
RGB Variations
Color information
#D9A25D (or 0xD9A25D) is known color: Porsche. HEX triplet: D9, A2 and 5D. RGB value is (217,162,93). Sum of RGB (Red+Green+Blue) = 217+162+93=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A25D is #265DA2. Grayscale: #AAAAAA. Windows color (decimal): -2514339 or 6136537. OLE color: 6136537.
HSL color Cylindrical-coordinate representation of color #D9A25D: hue angle of 33.39º 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 #D9A25D is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 162 | 93 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.15 |
| HSL | 33.39º | 0.62% | 0.61% | - |
| HSV(B) | 33.39º | 0.57% | 0.85% | - |
| XYZ | 43.51 | 41.38 | 16.05 | - |
| YUV | 170.58 | 84.22 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 93 | 0 | 0.25 | 0.57 | 0.15 | 33.39 | 0.62 | 0.61 |
| Hex | D9 | A2 | 5D | 0 | 19 | 39 | F | 21 | 3E | 3D |
| Octal | 331 | 242 | 135 | 0 | 31 | 71 | 17 | 41 | 76 | 75 |
| Binary | 11011001 | 10100010 | 1011101 | 0 | 11001 | 111001 | 1111 | 100001 | 111110 | 111101 |
Color Harmonies of #D9A25D
Complementary color
Monochromatic Colors of #D9A25D
Black with #D9A25D
Text Example
Text Example
White with #D9A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A25D; }
p { color: rgb(217,162,93); }
H1.HeaderClassName
{
color: #D9A25D;
}
.AnyTagClassName
{
color: #D9A25D;
}
</style>
background-color css
<style>
a { background-color: #D9A25D; }
a { background-color: rgb(217,162,93); }
div.DivClassName
{
background-color: #D9A25D;
}
.BgClassName
{
background-color: #D9A25D;
}
</style>
border-color css
<style>
span { border-color: #D9A25D; }
span { border-color: rgb(217,162,93); }
td.TdClassName
{
border-color: #D9A25D;
}
.TagClassName
{
border-color: #D9A25D;
}
</style>