Shades of Porsche #D89E5D
Tints of Porsche #D89E5D
RGB
CMYK
RGB Variations
Color information
#D89E5D (or 0xD89E5D) is known color: Porsche. HEX triplet: D8, 9E and 5D. RGB value is (216,158,93). Sum of RGB (Red+Green+Blue) = 216+158+93=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D89E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89E5D is #2761A2. Grayscale: #A8A8A8. Windows color (decimal): -2580899 or 6135512. OLE color: 6135512.
HSL color Cylindrical-coordinate representation of color #D89E5D: hue angle of 31.71º degrees, saturation: 0.61, 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 #D89E5D is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 158 | 93 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.15 |
| HSL | 31.71º | 0.61% | 0.61% | - |
| HSV(B) | 31.71º | 0.57% | 0.85% | - |
| XYZ | 42.52 | 39.84 | 15.81 | - |
| YUV | 167.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 93 | 0 | 0.27 | 0.57 | 0.15 | 31.71 | 0.61 | 0.61 |
| Hex | D8 | 9E | 5D | 0 | 1B | 39 | F | 20 | 3D | 3D |
| Octal | 330 | 236 | 135 | 0 | 33 | 71 | 17 | 40 | 75 | 75 |
| Binary | 11011000 | 10011110 | 1011101 | 0 | 11011 | 111001 | 1111 | 100000 | 111101 | 111101 |
Color Harmonies of #D89E5D
Complementary color
Monochromatic Colors of #D89E5D
Black with #D89E5D
Text Example
Text Example
White with #D89E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89E5D; }
p { color: rgb(216,158,93); }
H1.HeaderClassName
{
color: #D89E5D;
}
.AnyTagClassName
{
color: #D89E5D;
}
</style>
background-color css
<style>
a { background-color: #D89E5D; }
a { background-color: rgb(216,158,93); }
div.DivClassName
{
background-color: #D89E5D;
}
.BgClassName
{
background-color: #D89E5D;
}
</style>
border-color css
<style>
span { border-color: #D89E5D; }
span { border-color: rgb(216,158,93); }
td.TdClassName
{
border-color: #D89E5D;
}
.TagClassName
{
border-color: #D89E5D;
}
</style>