Shades of Porsche #D59D56
Tints of Porsche #D59D56
RGB
CMYK
RGB Variations
Color information
#D59D56 (or 0xD59D56) is known color: Porsche. HEX triplet: D5, 9D and 56. RGB value is (213,157,86). Sum of RGB (Red+Green+Blue) = 213+157+86=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D56 is #2A62A9. Grayscale: #A5A5A5. Windows color (decimal): -2777770 or 5676501. OLE color: 5676501.
HSL color Cylindrical-coordinate representation of color #D59D56: hue angle of 33.54º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D59D56 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 86 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.16 |
| HSL | 33.54º | 0.6% | 0.59% | - |
| HSV(B) | 33.54º | 0.6% | 0.84% | - |
| XYZ | 41.18 | 38.93 | 14.15 | - |
| YUV | 165.65 | 83.05 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 86 | 0 | 0.26 | 0.60 | 0.16 | 33.54 | 0.6 | 0.59 |
| Hex | D5 | 9D | 56 | 0 | 1A | 3C | 10 | 22 | 3C | 3B |
| Octal | 325 | 235 | 126 | 0 | 32 | 74 | 20 | 42 | 74 | 73 |
| Binary | 11010101 | 10011101 | 1010110 | 0 | 11010 | 111100 | 10000 | 100010 | 111100 | 111011 |
Color Harmonies of #D59D56
Complementary color
Monochromatic Colors of #D59D56
Black with #D59D56
Text Example
Text Example
White with #D59D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D56; }
p { color: rgb(213,157,86); }
H1.HeaderClassName
{
color: #D59D56;
}
.AnyTagClassName
{
color: #D59D56;
}
</style>
background-color css
<style>
a { background-color: #D59D56; }
a { background-color: rgb(213,157,86); }
div.DivClassName
{
background-color: #D59D56;
}
.BgClassName
{
background-color: #D59D56;
}
</style>
border-color css
<style>
span { border-color: #D59D56; }
span { border-color: rgb(213,157,86); }
td.TdClassName
{
border-color: #D59D56;
}
.TagClassName
{
border-color: #D59D56;
}
</style>