Shades of Porsche #D39C52
Tints of Porsche #D39C52
RGB
CMYK
RGB Variations
Color information
#D39C52 (or 0xD39C52) is known color: Porsche. HEX triplet: D3, 9C and 52. RGB value is (211,156,82). Sum of RGB (Red+Green+Blue) = 211+156+82=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D39C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39C52 is #2C63AD. Grayscale: #A4A4A4. Windows color (decimal): -2909102 or 5414099. OLE color: 5414099.
HSL color Cylindrical-coordinate representation of color #D39C52: hue angle of 34.42º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D39C52 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 156 | 82 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.17 |
| HSL | 34.42º | 0.59% | 0.57% | - |
| HSV(B) | 34.42º | 0.61% | 0.83% | - |
| XYZ | 40.28 | 38.24 | 13.24 | - |
| YUV | 164.01 | 81.72 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 156 | 82 | 0 | 0.26 | 0.61 | 0.17 | 34.42 | 0.59 | 0.57 |
| Hex | D3 | 9C | 52 | 0 | 1A | 3D | 11 | 22 | 3B | 39 |
| Octal | 323 | 234 | 122 | 0 | 32 | 75 | 21 | 42 | 73 | 71 |
| Binary | 11010011 | 10011100 | 1010010 | 0 | 11010 | 111101 | 10001 | 100010 | 111011 | 111001 |
Color Harmonies of #D39C52
Complementary color
Monochromatic Colors of #D39C52
Black with #D39C52
Text Example
Text Example
White with #D39C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39C52; }
p { color: rgb(211,156,82); }
H1.HeaderClassName
{
color: #D39C52;
}
.AnyTagClassName
{
color: #D39C52;
}
</style>
background-color css
<style>
a { background-color: #D39C52; }
a { background-color: rgb(211,156,82); }
div.DivClassName
{
background-color: #D39C52;
}
.BgClassName
{
background-color: #D39C52;
}
</style>
border-color css
<style>
span { border-color: #D39C52; }
span { border-color: rgb(211,156,82); }
td.TdClassName
{
border-color: #D39C52;
}
.TagClassName
{
border-color: #D39C52;
}
</style>