Shades of Porsche #D59E60
Tints of Porsche #D59E60
RGB
CMYK
RGB Variations
Color information
#D59E60 (or 0xD59E60) is known color: Porsche. HEX triplet: D5, 9E and 60. RGB value is (213,158,96). Sum of RGB (Red+Green+Blue) = 213+158+96=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59E60 is #2A619F. Grayscale: #A7A7A7. Windows color (decimal): -2777504 or 6332117. OLE color: 6332117.
HSL color Cylindrical-coordinate representation of color #D59E60: hue angle of 31.79º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D59E60 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 96 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.16 |
| HSL | 31.79º | 0.58% | 0.61% | - |
| HSV(B) | 31.79º | 0.55% | 0.84% | - |
| XYZ | 41.78 | 39.44 | 16.48 | - |
| YUV | 167.38 | 87.72 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 96 | 0 | 0.26 | 0.55 | 0.16 | 31.79 | 0.58 | 0.61 |
| Hex | D5 | 9E | 60 | 0 | 1A | 37 | 10 | 20 | 3A | 3D |
| Octal | 325 | 236 | 140 | 0 | 32 | 67 | 20 | 40 | 72 | 75 |
| Binary | 11010101 | 10011110 | 1100000 | 0 | 11010 | 110111 | 10000 | 100000 | 111010 | 111101 |
Color Harmonies of #D59E60
Complementary color
Monochromatic Colors of #D59E60
Black with #D59E60
Text Example
Text Example
White with #D59E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59E60; }
p { color: rgb(213,158,96); }
H1.HeaderClassName
{
color: #D59E60;
}
.AnyTagClassName
{
color: #D59E60;
}
</style>
background-color css
<style>
a { background-color: #D59E60; }
a { background-color: rgb(213,158,96); }
div.DivClassName
{
background-color: #D59E60;
}
.BgClassName
{
background-color: #D59E60;
}
</style>
border-color css
<style>
span { border-color: #D59E60; }
span { border-color: rgb(213,158,96); }
td.TdClassName
{
border-color: #D59E60;
}
.TagClassName
{
border-color: #D59E60;
}
</style>