Shades of Porsche #D9A05D
Tints of Porsche #D9A05D
RGB
CMYK
RGB Variations
Color information
#D9A05D (or 0xD9A05D) is known color: Porsche. HEX triplet: D9, A0 and 5D. RGB value is (217,160,93). Sum of RGB (Red+Green+Blue) = 217+160+93=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A05D is #265FA2. Grayscale: #A9A9A9. Windows color (decimal): -2514851 or 6136025. OLE color: 6136025.
HSL color Cylindrical-coordinate representation of color #D9A05D: hue angle of 32.42º 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 #D9A05D is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 93 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.15 |
| HSL | 32.42º | 0.62% | 0.61% | - |
| HSV(B) | 32.42º | 0.57% | 0.85% | - |
| XYZ | 43.16 | 40.68 | 15.93 | - |
| YUV | 169.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 93 | 0 | 0.26 | 0.57 | 0.15 | 32.42 | 0.62 | 0.61 |
| Hex | D9 | A0 | 5D | 0 | 1A | 39 | F | 20 | 3E | 3D |
| Octal | 331 | 240 | 135 | 0 | 32 | 71 | 17 | 40 | 76 | 75 |
| Binary | 11011001 | 10100000 | 1011101 | 0 | 11010 | 111001 | 1111 | 100000 | 111110 | 111101 |
Color Harmonies of #D9A05D
Complementary color
Monochromatic Colors of #D9A05D
Black with #D9A05D
Text Example
Text Example
White with #D9A05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A05D; }
p { color: rgb(217,160,93); }
H1.HeaderClassName
{
color: #D9A05D;
}
.AnyTagClassName
{
color: #D9A05D;
}
</style>
background-color css
<style>
a { background-color: #D9A05D; }
a { background-color: rgb(217,160,93); }
div.DivClassName
{
background-color: #D9A05D;
}
.BgClassName
{
background-color: #D9A05D;
}
</style>
border-color css
<style>
span { border-color: #D9A05D; }
span { border-color: rgb(217,160,93); }
td.TdClassName
{
border-color: #D9A05D;
}
.TagClassName
{
border-color: #D9A05D;
}
</style>