Shades of Porsche #D9A35C
Tints of Porsche #D9A35C
RGB
CMYK
RGB Variations
Color information
#D9A35C (or 0xD9A35C) is known color: Porsche. HEX triplet: D9, A3 and 5C. RGB value is (217,163,92). Sum of RGB (Red+Green+Blue) = 217+163+92=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A35C is #265CA3. Grayscale: #ABABAB. Windows color (decimal): -2514084 or 6071257. OLE color: 6071257.
HSL color Cylindrical-coordinate representation of color #D9A35C: hue angle of 34.08º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9A35C is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 163 | 92 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.15 |
| HSL | 34.08º | 0.62% | 0.61% | - |
| HSV(B) | 34.08º | 0.58% | 0.85% | - |
| XYZ | 43.64 | 41.72 | 15.88 | - |
| YUV | 171.05 | 83.39 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 163 | 92 | 0 | 0.25 | 0.58 | 0.15 | 34.08 | 0.62 | 0.61 |
| Hex | D9 | A3 | 5C | 0 | 19 | 3A | F | 22 | 3E | 3D |
| Octal | 331 | 243 | 134 | 0 | 31 | 72 | 17 | 42 | 76 | 75 |
| Binary | 11011001 | 10100011 | 1011100 | 0 | 11001 | 111010 | 1111 | 100010 | 111110 | 111101 |
Color Harmonies of #D9A35C
Complementary color
Monochromatic Colors of #D9A35C
Black with #D9A35C
Text Example
Text Example
White with #D9A35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A35C; }
p { color: rgb(217,163,92); }
H1.HeaderClassName
{
color: #D9A35C;
}
.AnyTagClassName
{
color: #D9A35C;
}
</style>
background-color css
<style>
a { background-color: #D9A35C; }
a { background-color: rgb(217,163,92); }
div.DivClassName
{
background-color: #D9A35C;
}
.BgClassName
{
background-color: #D9A35C;
}
</style>
border-color css
<style>
span { border-color: #D9A35C; }
span { border-color: rgb(217,163,92); }
td.TdClassName
{
border-color: #D9A35C;
}
.TagClassName
{
border-color: #D9A35C;
}
</style>