Shades of Porsche #D59F5F
Tints of Porsche #D59F5F
RGB
CMYK
RGB Variations
Color information
#D59F5F (or 0xD59F5F) is known color: Porsche. HEX triplet: D5, 9F and 5F. RGB value is (213,159,95). Sum of RGB (Red+Green+Blue) = 213+159+95=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F5F is #2A60A0. Grayscale: #A8A8A8. Windows color (decimal): -2777249 or 6266837. OLE color: 6266837.
HSL color Cylindrical-coordinate representation of color #D59F5F: hue angle of 32.54º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D59F5F is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 95 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.16 |
| HSL | 32.54º | 0.58% | 0.6% | - |
| HSV(B) | 32.54º | 0.55% | 0.84% | - |
| XYZ | 41.9 | 39.77 | 16.29 | - |
| YUV | 167.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 95 | 0 | 0.25 | 0.55 | 0.16 | 32.54 | 0.58 | 0.6 |
| Hex | D5 | 9F | 5F | 0 | 19 | 37 | 10 | 21 | 3A | 3C |
| Octal | 325 | 237 | 137 | 0 | 31 | 67 | 20 | 41 | 72 | 74 |
| Binary | 11010101 | 10011111 | 1011111 | 0 | 11001 | 110111 | 10000 | 100001 | 111010 | 111100 |
Color Harmonies of #D59F5F
Complementary color
Monochromatic Colors of #D59F5F
Black with #D59F5F
Text Example
Text Example
White with #D59F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F5F; }
p { color: rgb(213,159,95); }
H1.HeaderClassName
{
color: #D59F5F;
}
.AnyTagClassName
{
color: #D59F5F;
}
</style>
background-color css
<style>
a { background-color: #D59F5F; }
a { background-color: rgb(213,159,95); }
div.DivClassName
{
background-color: #D59F5F;
}
.BgClassName
{
background-color: #D59F5F;
}
</style>
border-color css
<style>
span { border-color: #D59F5F; }
span { border-color: rgb(213,159,95); }
td.TdClassName
{
border-color: #D59F5F;
}
.TagClassName
{
border-color: #D59F5F;
}
</style>