Shades of Porsche #D99F59
Tints of Porsche #D99F59
RGB
CMYK
RGB Variations
Color information
#D99F59 (or 0xD99F59) is known color: Porsche. HEX triplet: D9, 9F and 59. RGB value is (217,159,89). Sum of RGB (Red+Green+Blue) = 217+159+89=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99F59 is #2660A6. Grayscale: #A8A8A8. Windows color (decimal): -2515111 or 5873625. OLE color: 5873625.
HSL color Cylindrical-coordinate representation of color #D99F59: hue angle of 32.81º degrees, saturation: 0.63, 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 #D99F59 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 159 | 89 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.15 |
| HSL | 32.81º | 0.63% | 0.6% | - |
| HSV(B) | 32.81º | 0.59% | 0.85% | - |
| XYZ | 42.82 | 40.27 | 14.97 | - |
| YUV | 168.36 | 83.22 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 89 | 0 | 0.27 | 0.59 | 0.15 | 32.81 | 0.63 | 0.6 |
| Hex | D9 | 9F | 59 | 0 | 1B | 3B | F | 21 | 3F | 3C |
| Octal | 331 | 237 | 131 | 0 | 33 | 73 | 17 | 41 | 77 | 74 |
| Binary | 11011001 | 10011111 | 1011001 | 0 | 11011 | 111011 | 1111 | 100001 | 111111 | 111100 |
Color Harmonies of #D99F59
Complementary color
Monochromatic Colors of #D99F59
Black with #D99F59
Text Example
Text Example
White with #D99F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99F59; }
p { color: rgb(217,159,89); }
H1.HeaderClassName
{
color: #D99F59;
}
.AnyTagClassName
{
color: #D99F59;
}
</style>
background-color css
<style>
a { background-color: #D99F59; }
a { background-color: rgb(217,159,89); }
div.DivClassName
{
background-color: #D99F59;
}
.BgClassName
{
background-color: #D99F59;
}
</style>
border-color css
<style>
span { border-color: #D99F59; }
span { border-color: rgb(217,159,89); }
td.TdClassName
{
border-color: #D99F59;
}
.TagClassName
{
border-color: #D99F59;
}
</style>