Shades of Porsche #D59C55
Tints of Porsche #D59C55
RGB
CMYK
RGB Variations
Color information
#D59C55 (or 0xD59C55) is known color: Porsche. HEX triplet: D5, 9C and 55. RGB value is (213,156,85). Sum of RGB (Red+Green+Blue) = 213+156+85=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C55 is #2A63AA. Grayscale: #A5A5A5. Windows color (decimal): -2778027 or 5610709. OLE color: 5610709.
HSL color Cylindrical-coordinate representation of color #D59C55: hue angle of 33.28º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D59C55 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 85 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.16 |
| HSL | 33.28º | 0.6% | 0.58% | - |
| HSV(B) | 33.28º | 0.6% | 0.84% | - |
| XYZ | 40.97 | 38.58 | 13.88 | - |
| YUV | 164.95 | 82.88 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 85 | 0 | 0.27 | 0.60 | 0.16 | 33.28 | 0.6 | 0.58 |
| Hex | D5 | 9C | 55 | 0 | 1B | 3C | 10 | 21 | 3C | 3A |
| Octal | 325 | 234 | 125 | 0 | 33 | 74 | 20 | 41 | 74 | 72 |
| Binary | 11010101 | 10011100 | 1010101 | 0 | 11011 | 111100 | 10000 | 100001 | 111100 | 111010 |
Color Harmonies of #D59C55
Complementary color
Monochromatic Colors of #D59C55
Black with #D59C55
Text Example
Text Example
White with #D59C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C55; }
p { color: rgb(213,156,85); }
H1.HeaderClassName
{
color: #D59C55;
}
.AnyTagClassName
{
color: #D59C55;
}
</style>
background-color css
<style>
a { background-color: #D59C55; }
a { background-color: rgb(213,156,85); }
div.DivClassName
{
background-color: #D59C55;
}
.BgClassName
{
background-color: #D59C55;
}
</style>
border-color css
<style>
span { border-color: #D59C55; }
span { border-color: rgb(213,156,85); }
td.TdClassName
{
border-color: #D59C55;
}
.TagClassName
{
border-color: #D59C55;
}
</style>