Shades of Porsche #D59C52
Tints of Porsche #D59C52
RGB
CMYK
RGB Variations
Color information
#D59C52 (or 0xD59C52) is known color: Porsche. HEX triplet: D5, 9C and 52. RGB value is (213,156,82). Sum of RGB (Red+Green+Blue) = 213+156+82=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C52 is #2A63AD. Grayscale: #A4A4A4. Windows color (decimal): -2778030 or 5414101. OLE color: 5414101.
HSL color Cylindrical-coordinate representation of color #D59C52: hue angle of 33.89º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D59C52 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 82 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.16 |
| HSL | 33.89º | 0.61% | 0.58% | - |
| HSV(B) | 33.89º | 0.62% | 0.84% | - |
| XYZ | 40.85 | 38.53 | 13.27 | - |
| YUV | 164.61 | 81.38 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 82 | 0 | 0.27 | 0.62 | 0.16 | 33.89 | 0.61 | 0.58 |
| Hex | D5 | 9C | 52 | 0 | 1B | 3E | 10 | 22 | 3D | 3A |
| Octal | 325 | 234 | 122 | 0 | 33 | 76 | 20 | 42 | 75 | 72 |
| Binary | 11010101 | 10011100 | 1010010 | 0 | 11011 | 111110 | 10000 | 100010 | 111101 | 111010 |
Color Harmonies of #D59C52
Complementary color
Monochromatic Colors of #D59C52
Black with #D59C52
Text Example
Text Example
White with #D59C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C52; }
p { color: rgb(213,156,82); }
H1.HeaderClassName
{
color: #D59C52;
}
.AnyTagClassName
{
color: #D59C52;
}
</style>
background-color css
<style>
a { background-color: #D59C52; }
a { background-color: rgb(213,156,82); }
div.DivClassName
{
background-color: #D59C52;
}
.BgClassName
{
background-color: #D59C52;
}
</style>
border-color css
<style>
span { border-color: #D59C52; }
span { border-color: rgb(213,156,82); }
td.TdClassName
{
border-color: #D59C52;
}
.TagClassName
{
border-color: #D59C52;
}
</style>