Shades of Porsche #D9A163
Tints of Porsche #D9A163
RGB
CMYK
RGB Variations
Color information
#D9A163 (or 0xD9A163) is known color: Porsche. HEX triplet: D9, A1 and 63. RGB value is (217,161,99). Sum of RGB (Red+Green+Blue) = 217+161+99=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A163 is #265E9C. Grayscale: #AAAAAA. Windows color (decimal): -2514589 or 6529497. OLE color: 6529497.
HSL color Cylindrical-coordinate representation of color #D9A163: hue angle of 31.53º 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 #D9A163 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 99 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.15 |
| HSL | 31.53º | 0.61% | 0.62% | - |
| HSV(B) | 31.53º | 0.54% | 0.85% | - |
| XYZ | 43.61 | 41.14 | 17.45 | - |
| YUV | 170.68 | 87.55 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 99 | 0 | 0.26 | 0.54 | 0.15 | 31.53 | 0.61 | 0.62 |
| Hex | D9 | A1 | 63 | 0 | 1A | 36 | F | 20 | 3D | 3E |
| Octal | 331 | 241 | 143 | 0 | 32 | 66 | 17 | 40 | 75 | 76 |
| Binary | 11011001 | 10100001 | 1100011 | 0 | 11010 | 110110 | 1111 | 100000 | 111101 | 111110 |
Color Harmonies of #D9A163
Complementary color
Monochromatic Colors of #D9A163
Black with #D9A163
Text Example
Text Example
White with #D9A163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A163; }
p { color: rgb(217,161,99); }
H1.HeaderClassName
{
color: #D9A163;
}
.AnyTagClassName
{
color: #D9A163;
}
</style>
background-color css
<style>
a { background-color: #D9A163; }
a { background-color: rgb(217,161,99); }
div.DivClassName
{
background-color: #D9A163;
}
.BgClassName
{
background-color: #D9A163;
}
</style>
border-color css
<style>
span { border-color: #D9A163; }
span { border-color: rgb(217,161,99); }
td.TdClassName
{
border-color: #D9A163;
}
.TagClassName
{
border-color: #D9A163;
}
</style>