Shades of Porsche #D59F62
Tints of Porsche #D59F62
RGB
CMYK
RGB Variations
Color information
#D59F62 (or 0xD59F62) is known color: Porsche. HEX triplet: D5, 9F and 62. RGB value is (213,159,98). Sum of RGB (Red+Green+Blue) = 213+159+98=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F62 is #2A609D. Grayscale: #A8A8A8. Windows color (decimal): -2777246 or 6463445. OLE color: 6463445.
HSL color Cylindrical-coordinate representation of color #D59F62: hue angle of 31.83º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D59F62 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 98 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.16 |
| HSL | 31.83º | 0.58% | 0.61% | - |
| HSV(B) | 31.83º | 0.54% | 0.84% | - |
| XYZ | 42.04 | 39.82 | 17.03 | - |
| YUV | 168.19 | 88.39 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 98 | 0 | 0.25 | 0.54 | 0.16 | 31.83 | 0.58 | 0.61 |
| Hex | D5 | 9F | 62 | 0 | 19 | 36 | 10 | 20 | 3A | 3D |
| Octal | 325 | 237 | 142 | 0 | 31 | 66 | 20 | 40 | 72 | 75 |
| Binary | 11010101 | 10011111 | 1100010 | 0 | 11001 | 110110 | 10000 | 100000 | 111010 | 111101 |
Color Harmonies of #D59F62
Complementary color
Monochromatic Colors of #D59F62
Black with #D59F62
Text Example
Text Example
White with #D59F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F62; }
p { color: rgb(213,159,98); }
H1.HeaderClassName
{
color: #D59F62;
}
.AnyTagClassName
{
color: #D59F62;
}
</style>
background-color css
<style>
a { background-color: #D59F62; }
a { background-color: rgb(213,159,98); }
div.DivClassName
{
background-color: #D59F62;
}
.BgClassName
{
background-color: #D59F62;
}
</style>
border-color css
<style>
span { border-color: #D59F62; }
span { border-color: rgb(213,159,98); }
td.TdClassName
{
border-color: #D59F62;
}
.TagClassName
{
border-color: #D59F62;
}
</style>