Shades of Porsche #D89F5E
Tints of Porsche #D89F5E
RGB
CMYK
RGB Variations
Color information
#D89F5E (or 0xD89F5E) is known color: Porsche. HEX triplet: D8, 9F and 5E. RGB value is (216,159,94). Sum of RGB (Red+Green+Blue) = 216+159+94=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89F5E is #2760A1. Grayscale: #A8A8A8. Windows color (decimal): -2580642 or 6201304. OLE color: 6201304.
HSL color Cylindrical-coordinate representation of color #D89F5E: hue angle of 31.97º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D89F5E is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 94 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.15 |
| HSL | 31.97º | 0.61% | 0.61% | - |
| HSV(B) | 31.97º | 0.56% | 0.85% | - |
| XYZ | 42.74 | 40.2 | 16.1 | - |
| YUV | 168.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 94 | 0 | 0.26 | 0.56 | 0.15 | 31.97 | 0.61 | 0.61 |
| Hex | D8 | 9F | 5E | 0 | 1A | 38 | F | 20 | 3D | 3D |
| Octal | 330 | 237 | 136 | 0 | 32 | 70 | 17 | 40 | 75 | 75 |
| Binary | 11011000 | 10011111 | 1011110 | 0 | 11010 | 111000 | 1111 | 100000 | 111101 | 111101 |
Color Harmonies of #D89F5E
Complementary color
Monochromatic Colors of #D89F5E
Black with #D89F5E
Text Example
Text Example
White with #D89F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F5E; }
p { color: rgb(216,159,94); }
H1.HeaderClassName
{
color: #D89F5E;
}
.AnyTagClassName
{
color: #D89F5E;
}
</style>
background-color css
<style>
a { background-color: #D89F5E; }
a { background-color: rgb(216,159,94); }
div.DivClassName
{
background-color: #D89F5E;
}
.BgClassName
{
background-color: #D89F5E;
}
</style>
border-color css
<style>
span { border-color: #D89F5E; }
span { border-color: rgb(216,159,94); }
td.TdClassName
{
border-color: #D89F5E;
}
.TagClassName
{
border-color: #D89F5E;
}
</style>