Shades of Porsche #D59C59
Tints of Porsche #D59C59
RGB
CMYK
RGB Variations
Color information
#D59C59 (or 0xD59C59) is known color: Porsche. HEX triplet: D5, 9C and 59. RGB value is (213,156,89). Sum of RGB (Red+Green+Blue) = 213+156+89=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C59 is #2A63A6. Grayscale: #A5A5A5. Windows color (decimal): -2778023 or 5872853. OLE color: 5872853.
HSL color Cylindrical-coordinate representation of color #D59C59: hue angle of 32.42º 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 #D59C59 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 89 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.16 |
| HSL | 32.42º | 0.6% | 0.59% | - |
| HSV(B) | 32.42º | 0.58% | 0.84% | - |
| XYZ | 41.13 | 38.64 | 14.74 | - |
| YUV | 165.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 89 | 0 | 0.27 | 0.58 | 0.16 | 32.42 | 0.6 | 0.59 |
| Hex | D5 | 9C | 59 | 0 | 1B | 3A | 10 | 20 | 3C | 3B |
| Octal | 325 | 234 | 131 | 0 | 33 | 72 | 20 | 40 | 74 | 73 |
| Binary | 11010101 | 10011100 | 1011001 | 0 | 11011 | 111010 | 10000 | 100000 | 111100 | 111011 |
Color Harmonies of #D59C59
Complementary color
Monochromatic Colors of #D59C59
Black with #D59C59
Text Example
Text Example
White with #D59C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C59; }
p { color: rgb(213,156,89); }
H1.HeaderClassName
{
color: #D59C59;
}
.AnyTagClassName
{
color: #D59C59;
}
</style>
background-color css
<style>
a { background-color: #D59C59; }
a { background-color: rgb(213,156,89); }
div.DivClassName
{
background-color: #D59C59;
}
.BgClassName
{
background-color: #D59C59;
}
</style>
border-color css
<style>
span { border-color: #D59C59; }
span { border-color: rgb(213,156,89); }
td.TdClassName
{
border-color: #D59C59;
}
.TagClassName
{
border-color: #D59C59;
}
</style>