Shades of Porsche #D89F59
Tints of Porsche #D89F59
RGB
CMYK
RGB Variations
Color information
#D89F59 (or 0xD89F59) is known color: Porsche. HEX triplet: D8, 9F and 59. RGB value is (216,159,89). Sum of RGB (Red+Green+Blue) = 216+159+89=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89F59 is #2760A6. Grayscale: #A8A8A8. Windows color (decimal): -2580647 or 5873624. OLE color: 5873624.
HSL color Cylindrical-coordinate representation of color #D89F59: hue angle of 33.07º 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 #D89F59 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 89 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.15 |
| HSL | 33.07º | 0.62% | 0.6% | - |
| HSV(B) | 33.07º | 0.59% | 0.85% | - |
| XYZ | 42.52 | 40.12 | 14.95 | - |
| YUV | 168.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 89 | 0 | 0.26 | 0.59 | 0.15 | 33.07 | 0.62 | 0.6 |
| Hex | D8 | 9F | 59 | 0 | 1A | 3B | F | 21 | 3E | 3C |
| Octal | 330 | 237 | 131 | 0 | 32 | 73 | 17 | 41 | 76 | 74 |
| Binary | 11011000 | 10011111 | 1011001 | 0 | 11010 | 111011 | 1111 | 100001 | 111110 | 111100 |
Color Harmonies of #D89F59
Complementary color
Monochromatic Colors of #D89F59
Black with #D89F59
Text Example
Text Example
White with #D89F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F59; }
p { color: rgb(216,159,89); }
H1.HeaderClassName
{
color: #D89F59;
}
.AnyTagClassName
{
color: #D89F59;
}
</style>
background-color css
<style>
a { background-color: #D89F59; }
a { background-color: rgb(216,159,89); }
div.DivClassName
{
background-color: #D89F59;
}
.BgClassName
{
background-color: #D89F59;
}
</style>
border-color css
<style>
span { border-color: #D89F59; }
span { border-color: rgb(216,159,89); }
td.TdClassName
{
border-color: #D89F59;
}
.TagClassName
{
border-color: #D89F59;
}
</style>