Shades of Porsche #D59C57
Tints of Porsche #D59C57
RGB
CMYK
RGB Variations
Color information
#D59C57 (or 0xD59C57) is known color: Porsche. HEX triplet: D5, 9C and 57. RGB value is (213,156,87). Sum of RGB (Red+Green+Blue) = 213+156+87=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C57 is #2A63A8. Grayscale: #A5A5A5. Windows color (decimal): -2778025 or 5741781. OLE color: 5741781.
HSL color Cylindrical-coordinate representation of color #D59C57: hue angle of 32.86º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D59C57 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 87 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.16 |
| HSL | 32.86º | 0.6% | 0.59% | - |
| HSV(B) | 32.86º | 0.59% | 0.84% | - |
| XYZ | 41.05 | 38.61 | 14.31 | - |
| YUV | 165.18 | 83.88 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 87 | 0 | 0.27 | 0.59 | 0.16 | 32.86 | 0.6 | 0.59 |
| Hex | D5 | 9C | 57 | 0 | 1B | 3B | 10 | 21 | 3C | 3B |
| Octal | 325 | 234 | 127 | 0 | 33 | 73 | 20 | 41 | 74 | 73 |
| Binary | 11010101 | 10011100 | 1010111 | 0 | 11011 | 111011 | 10000 | 100001 | 111100 | 111011 |
Color Harmonies of #D59C57
Complementary color
Monochromatic Colors of #D59C57
Black with #D59C57
Text Example
Text Example
White with #D59C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C57; }
p { color: rgb(213,156,87); }
H1.HeaderClassName
{
color: #D59C57;
}
.AnyTagClassName
{
color: #D59C57;
}
</style>
background-color css
<style>
a { background-color: #D59C57; }
a { background-color: rgb(213,156,87); }
div.DivClassName
{
background-color: #D59C57;
}
.BgClassName
{
background-color: #D59C57;
}
</style>
border-color css
<style>
span { border-color: #D59C57; }
span { border-color: rgb(213,156,87); }
td.TdClassName
{
border-color: #D59C57;
}
.TagClassName
{
border-color: #D59C57;
}
</style>