Shades of Porsche #D59E64
Tints of Porsche #D59E64
RGB
CMYK
RGB Variations
Color information
#D59E64 (or 0xD59E64) is known color: Porsche. HEX triplet: D5, 9E and 64. RGB value is (213,158,100). Sum of RGB (Red+Green+Blue) = 213+158+100=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59E64 is #2A619B. Grayscale: #A8A8A8. Windows color (decimal): -2777500 or 6594261. OLE color: 6594261.
HSL color Cylindrical-coordinate representation of color #D59E64: hue angle of 30.8º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D59E64 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 100 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.16 |
| HSL | 30.8º | 0.57% | 0.61% | - |
| HSV(B) | 30.8º | 0.53% | 0.84% | - |
| XYZ | 41.97 | 39.52 | 17.47 | - |
| YUV | 167.83 | 89.72 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 100 | 0 | 0.26 | 0.53 | 0.16 | 30.8 | 0.57 | 0.61 |
| Hex | D5 | 9E | 64 | 0 | 1A | 35 | 10 | 1F | 39 | 3D |
| Octal | 325 | 236 | 144 | 0 | 32 | 65 | 20 | 37 | 71 | 75 |
| Binary | 11010101 | 10011110 | 1100100 | 0 | 11010 | 110101 | 10000 | 11111 | 111001 | 111101 |
Color Harmonies of #D59E64
Complementary color
Monochromatic Colors of #D59E64
Black with #D59E64
Text Example
Text Example
White with #D59E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59E64; }
p { color: rgb(213,158,100); }
H1.HeaderClassName
{
color: #D59E64;
}
.AnyTagClassName
{
color: #D59E64;
}
</style>
background-color css
<style>
a { background-color: #D59E64; }
a { background-color: rgb(213,158,100); }
div.DivClassName
{
background-color: #D59E64;
}
.BgClassName
{
background-color: #D59E64;
}
</style>
border-color css
<style>
span { border-color: #D59E64; }
span { border-color: rgb(213,158,100); }
td.TdClassName
{
border-color: #D59E64;
}
.TagClassName
{
border-color: #D59E64;
}
</style>