Shades of Porsche #D49C54
Tints of Porsche #D49C54
RGB
CMYK
RGB Variations
Color information
#D49C54 (or 0xD49C54) is known color: Porsche. HEX triplet: D4, 9C and 54. RGB value is (212,156,84). Sum of RGB (Red+Green+Blue) = 212+156+84=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C54 is #2B63AB. Grayscale: #A4A4A4. Windows color (decimal): -2843564 or 5545172. OLE color: 5545172.
HSL color Cylindrical-coordinate representation of color #D49C54: hue angle of 33.75º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D49C54 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 84 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.17 |
| HSL | 33.75º | 0.6% | 0.58% | - |
| HSV(B) | 33.75º | 0.6% | 0.83% | - |
| XYZ | 40.64 | 38.41 | 13.66 | - |
| YUV | 164.54 | 82.55 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 84 | 0 | 0.26 | 0.60 | 0.17 | 33.75 | 0.6 | 0.58 |
| Hex | D4 | 9C | 54 | 0 | 1A | 3C | 11 | 22 | 3C | 3A |
| Octal | 324 | 234 | 124 | 0 | 32 | 74 | 21 | 42 | 74 | 72 |
| Binary | 11010100 | 10011100 | 1010100 | 0 | 11010 | 111100 | 10001 | 100010 | 111100 | 111010 |
Color Harmonies of #D49C54
Complementary color
Monochromatic Colors of #D49C54
Black with #D49C54
Text Example
Text Example
White with #D49C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49C54; }
p { color: rgb(212,156,84); }
H1.HeaderClassName
{
color: #D49C54;
}
.AnyTagClassName
{
color: #D49C54;
}
</style>
background-color css
<style>
a { background-color: #D49C54; }
a { background-color: rgb(212,156,84); }
div.DivClassName
{
background-color: #D49C54;
}
.BgClassName
{
background-color: #D49C54;
}
</style>
border-color css
<style>
span { border-color: #D49C54; }
span { border-color: rgb(212,156,84); }
td.TdClassName
{
border-color: #D49C54;
}
.TagClassName
{
border-color: #D49C54;
}
</style>