Shades of Porsche #D8A158
Tints of Porsche #D8A158
RGB
CMYK
RGB Variations
Color information
#D8A158 (or 0xD8A158) is known color: Porsche. HEX triplet: D8, A1 and 58. RGB value is (216,161,88). Sum of RGB (Red+Green+Blue) = 216+161+88=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A158 is #275EA7. Grayscale: #A9A9A9. Windows color (decimal): -2580136 or 5808600. OLE color: 5808600.
HSL color Cylindrical-coordinate representation of color #D8A158: hue angle of 34.22º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D8A158 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 161 | 88 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.15 |
| HSL | 34.22º | 0.62% | 0.6% | - |
| HSV(B) | 34.22º | 0.59% | 0.85% | - |
| XYZ | 42.83 | 40.79 | 14.85 | - |
| YUV | 169.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 88 | 0 | 0.25 | 0.59 | 0.15 | 34.22 | 0.62 | 0.6 |
| Hex | D8 | A1 | 58 | 0 | 19 | 3B | F | 22 | 3E | 3C |
| Octal | 330 | 241 | 130 | 0 | 31 | 73 | 17 | 42 | 76 | 74 |
| Binary | 11011000 | 10100001 | 1011000 | 0 | 11001 | 111011 | 1111 | 100010 | 111110 | 111100 |
Color Harmonies of #D8A158
Complementary color
Monochromatic Colors of #D8A158
Black with #D8A158
Text Example
Text Example
White with #D8A158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A158; }
p { color: rgb(216,161,88); }
H1.HeaderClassName
{
color: #D8A158;
}
.AnyTagClassName
{
color: #D8A158;
}
</style>
background-color css
<style>
a { background-color: #D8A158; }
a { background-color: rgb(216,161,88); }
div.DivClassName
{
background-color: #D8A158;
}
.BgClassName
{
background-color: #D8A158;
}
</style>
border-color css
<style>
span { border-color: #D8A158; }
span { border-color: rgb(216,161,88); }
td.TdClassName
{
border-color: #D8A158;
}
.TagClassName
{
border-color: #D8A158;
}
</style>