Shades of Porsche #D59F55
Tints of Porsche #D59F55
RGB
CMYK
RGB Variations
Color information
#D59F55 (or 0xD59F55) is known color: Porsche. HEX triplet: D5, 9F and 55. RGB value is (213,159,85). Sum of RGB (Red+Green+Blue) = 213+159+85=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F55 is #2A60AA. Grayscale: #A7A7A7. Windows color (decimal): -2777259 or 5611477. OLE color: 5611477.
HSL color Cylindrical-coordinate representation of color #D59F55: hue angle of 34.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D59F55 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 85 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.16 |
| HSL | 34.69º | 0.6% | 0.58% | - |
| HSV(B) | 34.69º | 0.6% | 0.84% | - |
| XYZ | 41.48 | 39.6 | 14.05 | - |
| YUV | 166.71 | 81.89 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 85 | 0 | 0.25 | 0.60 | 0.16 | 34.69 | 0.6 | 0.58 |
| Hex | D5 | 9F | 55 | 0 | 19 | 3C | 10 | 23 | 3C | 3A |
| Octal | 325 | 237 | 125 | 0 | 31 | 74 | 20 | 43 | 74 | 72 |
| Binary | 11010101 | 10011111 | 1010101 | 0 | 11001 | 111100 | 10000 | 100011 | 111100 | 111010 |
Color Harmonies of #D59F55
Complementary color
Monochromatic Colors of #D59F55
Black with #D59F55
Text Example
Text Example
White with #D59F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F55; }
p { color: rgb(213,159,85); }
H1.HeaderClassName
{
color: #D59F55;
}
.AnyTagClassName
{
color: #D59F55;
}
</style>
background-color css
<style>
a { background-color: #D59F55; }
a { background-color: rgb(213,159,85); }
div.DivClassName
{
background-color: #D59F55;
}
.BgClassName
{
background-color: #D59F55;
}
</style>
border-color css
<style>
span { border-color: #D59F55; }
span { border-color: rgb(213,159,85); }
td.TdClassName
{
border-color: #D59F55;
}
.TagClassName
{
border-color: #D59F55;
}
</style>