Shades of Porsche #D59D59
Tints of Porsche #D59D59
RGB
CMYK
RGB Variations
Color information
#D59D59 (or 0xD59D59) is known color: Porsche. HEX triplet: D5, 9D and 59. RGB value is (213,157,89). Sum of RGB (Red+Green+Blue) = 213+157+89=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D59 is #2A62A6. Grayscale: #A6A6A6. Windows color (decimal): -2777767 or 5873109. OLE color: 5873109.
HSL color Cylindrical-coordinate representation of color #D59D59: hue angle of 32.9º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D59D59 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 89 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.16 |
| HSL | 32.9º | 0.6% | 0.59% | - |
| HSV(B) | 32.9º | 0.58% | 0.84% | - |
| XYZ | 41.3 | 38.98 | 14.8 | - |
| YUV | 165.99 | 84.55 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 89 | 0 | 0.26 | 0.58 | 0.16 | 32.9 | 0.6 | 0.59 |
| Hex | D5 | 9D | 59 | 0 | 1A | 3A | 10 | 21 | 3C | 3B |
| Octal | 325 | 235 | 131 | 0 | 32 | 72 | 20 | 41 | 74 | 73 |
| Binary | 11010101 | 10011101 | 1011001 | 0 | 11010 | 111010 | 10000 | 100001 | 111100 | 111011 |
Color Harmonies of #D59D59
Complementary color
Monochromatic Colors of #D59D59
Black with #D59D59
Text Example
Text Example
White with #D59D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D59; }
p { color: rgb(213,157,89); }
H1.HeaderClassName
{
color: #D59D59;
}
.AnyTagClassName
{
color: #D59D59;
}
</style>
background-color css
<style>
a { background-color: #D59D59; }
a { background-color: rgb(213,157,89); }
div.DivClassName
{
background-color: #D59D59;
}
.BgClassName
{
background-color: #D59D59;
}
</style>
border-color css
<style>
span { border-color: #D59D59; }
span { border-color: rgb(213,157,89); }
td.TdClassName
{
border-color: #D59D59;
}
.TagClassName
{
border-color: #D59D59;
}
</style>