Shades of Porsche #D59D5E
Tints of Porsche #D59D5E
RGB
CMYK
RGB Variations
Color information
#D59D5E (or 0xD59D5E) is known color: Porsche. HEX triplet: D5, 9D and 5E. RGB value is (213,157,94). Sum of RGB (Red+Green+Blue) = 213+157+94=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D5E is #2A62A1. Grayscale: #A6A6A6. Windows color (decimal): -2777762 or 6200789. OLE color: 6200789.
HSL color Cylindrical-coordinate representation of color #D59D5E: hue angle of 31.76º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D59D5E is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 94 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.16 |
| HSL | 31.76º | 0.59% | 0.6% | - |
| HSV(B) | 31.76º | 0.56% | 0.84% | - |
| XYZ | 41.52 | 39.07 | 15.94 | - |
| YUV | 166.56 | 87.05 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 94 | 0 | 0.26 | 0.56 | 0.16 | 31.76 | 0.59 | 0.6 |
| Hex | D5 | 9D | 5E | 0 | 1A | 38 | 10 | 20 | 3B | 3C |
| Octal | 325 | 235 | 136 | 0 | 32 | 70 | 20 | 40 | 73 | 74 |
| Binary | 11010101 | 10011101 | 1011110 | 0 | 11010 | 111000 | 10000 | 100000 | 111011 | 111100 |
Color Harmonies of #D59D5E
Complementary color
Monochromatic Colors of #D59D5E
Black with #D59D5E
Text Example
Text Example
White with #D59D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D5E; }
p { color: rgb(213,157,94); }
H1.HeaderClassName
{
color: #D59D5E;
}
.AnyTagClassName
{
color: #D59D5E;
}
</style>
background-color css
<style>
a { background-color: #D59D5E; }
a { background-color: rgb(213,157,94); }
div.DivClassName
{
background-color: #D59D5E;
}
.BgClassName
{
background-color: #D59D5E;
}
</style>
border-color css
<style>
span { border-color: #D59D5E; }
span { border-color: rgb(213,157,94); }
td.TdClassName
{
border-color: #D59D5E;
}
.TagClassName
{
border-color: #D59D5E;
}
</style>