Shades of Porsche #D59F5E
Tints of Porsche #D59F5E
RGB
CMYK
RGB Variations
Color information
#D59F5E (or 0xD59F5E) is known color: Porsche. HEX triplet: D5, 9F and 5E. RGB value is (213,159,94). Sum of RGB (Red+Green+Blue) = 213+159+94=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F5E is #2A60A1. Grayscale: #A8A8A8. Windows color (decimal): -2777250 or 6201301. OLE color: 6201301.
HSL color Cylindrical-coordinate representation of color #D59F5E: hue angle of 32.77º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D59F5E is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 94 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.16 |
| HSL | 32.77º | 0.59% | 0.6% | - |
| HSV(B) | 32.77º | 0.56% | 0.84% | - |
| XYZ | 41.86 | 39.75 | 16.06 | - |
| YUV | 167.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 94 | 0 | 0.25 | 0.56 | 0.16 | 32.77 | 0.59 | 0.6 |
| Hex | D5 | 9F | 5E | 0 | 19 | 38 | 10 | 21 | 3B | 3C |
| Octal | 325 | 237 | 136 | 0 | 31 | 70 | 20 | 41 | 73 | 74 |
| Binary | 11010101 | 10011111 | 1011110 | 0 | 11001 | 111000 | 10000 | 100001 | 111011 | 111100 |
Color Harmonies of #D59F5E
Complementary color
Monochromatic Colors of #D59F5E
Black with #D59F5E
Text Example
Text Example
White with #D59F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F5E; }
p { color: rgb(213,159,94); }
H1.HeaderClassName
{
color: #D59F5E;
}
.AnyTagClassName
{
color: #D59F5E;
}
</style>
background-color css
<style>
a { background-color: #D59F5E; }
a { background-color: rgb(213,159,94); }
div.DivClassName
{
background-color: #D59F5E;
}
.BgClassName
{
background-color: #D59F5E;
}
</style>
border-color css
<style>
span { border-color: #D59F5E; }
span { border-color: rgb(213,159,94); }
td.TdClassName
{
border-color: #D59F5E;
}
.TagClassName
{
border-color: #D59F5E;
}
</style>