Shades of Porsche #D8A163
Tints of Porsche #D8A163
RGB
CMYK
RGB Variations
Color information
#D8A163 (or 0xD8A163) is known color: Porsche. HEX triplet: D8, A1 and 63. RGB value is (216,161,99). Sum of RGB (Red+Green+Blue) = 216+161+99=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A163 is #275E9C. Grayscale: #AAAAAA. Windows color (decimal): -2580125 or 6529496. OLE color: 6529496.
HSL color Cylindrical-coordinate representation of color #D8A163: hue angle of 31.79º degrees, saturation: 0.6, 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 #D8A163 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 161 | 99 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.15 |
| HSL | 31.79º | 0.6% | 0.62% | - |
| HSV(B) | 31.79º | 0.54% | 0.85% | - |
| XYZ | 43.32 | 40.99 | 17.43 | - |
| YUV | 170.38 | 87.72 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 99 | 0 | 0.25 | 0.54 | 0.15 | 31.79 | 0.6 | 0.62 |
| Hex | D8 | A1 | 63 | 0 | 19 | 36 | F | 20 | 3C | 3E |
| Octal | 330 | 241 | 143 | 0 | 31 | 66 | 17 | 40 | 74 | 76 |
| Binary | 11011000 | 10100001 | 1100011 | 0 | 11001 | 110110 | 1111 | 100000 | 111100 | 111110 |
Color Harmonies of #D8A163
Complementary color
Monochromatic Colors of #D8A163
Black with #D8A163
Text Example
Text Example
White with #D8A163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A163; }
p { color: rgb(216,161,99); }
H1.HeaderClassName
{
color: #D8A163;
}
.AnyTagClassName
{
color: #D8A163;
}
</style>
background-color css
<style>
a { background-color: #D8A163; }
a { background-color: rgb(216,161,99); }
div.DivClassName
{
background-color: #D8A163;
}
.BgClassName
{
background-color: #D8A163;
}
</style>
border-color css
<style>
span { border-color: #D8A163; }
span { border-color: rgb(216,161,99); }
td.TdClassName
{
border-color: #D8A163;
}
.TagClassName
{
border-color: #D8A163;
}
</style>