Shades of Porsche #D59D57
Tints of Porsche #D59D57
RGB
CMYK
RGB Variations
Color information
#D59D57 (or 0xD59D57) is known color: Porsche. HEX triplet: D5, 9D and 57. RGB value is (213,157,87). Sum of RGB (Red+Green+Blue) = 213+157+87=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D57 is #2A62A8. Grayscale: #A6A6A6. Windows color (decimal): -2777769 or 5742037. OLE color: 5742037.
HSL color Cylindrical-coordinate representation of color #D59D57: hue angle of 33.33º 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 #D59D57 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 87 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.16 |
| HSL | 33.33º | 0.6% | 0.59% | - |
| HSV(B) | 33.33º | 0.59% | 0.84% | - |
| XYZ | 41.22 | 38.95 | 14.36 | - |
| YUV | 165.76 | 83.55 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 87 | 0 | 0.26 | 0.59 | 0.16 | 33.33 | 0.6 | 0.59 |
| Hex | D5 | 9D | 57 | 0 | 1A | 3B | 10 | 21 | 3C | 3B |
| Octal | 325 | 235 | 127 | 0 | 32 | 73 | 20 | 41 | 74 | 73 |
| Binary | 11010101 | 10011101 | 1010111 | 0 | 11010 | 111011 | 10000 | 100001 | 111100 | 111011 |
Color Harmonies of #D59D57
Complementary color
Monochromatic Colors of #D59D57
Black with #D59D57
Text Example
Text Example
White with #D59D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D57; }
p { color: rgb(213,157,87); }
H1.HeaderClassName
{
color: #D59D57;
}
.AnyTagClassName
{
color: #D59D57;
}
</style>
background-color css
<style>
a { background-color: #D59D57; }
a { background-color: rgb(213,157,87); }
div.DivClassName
{
background-color: #D59D57;
}
.BgClassName
{
background-color: #D59D57;
}
</style>
border-color css
<style>
span { border-color: #D59D57; }
span { border-color: rgb(213,157,87); }
td.TdClassName
{
border-color: #D59D57;
}
.TagClassName
{
border-color: #D59D57;
}
</style>