Shades of Porsche #D49A54
Tints of Porsche #D49A54
RGB
CMYK
RGB Variations
Color information
#D49A54 (or 0xD49A54) is known color: Porsche. HEX triplet: D4, 9A and 54. RGB value is (212,154,84). Sum of RGB (Red+Green+Blue) = 212+154+84=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49A54 is #2B65AB. Grayscale: #A3A3A3. Windows color (decimal): -2844076 or 5544660. OLE color: 5544660.
HSL color Cylindrical-coordinate representation of color #D49A54: hue angle of 32.81º 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 #D49A54 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 84 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.17 |
| HSL | 32.81º | 0.6% | 0.58% | - |
| HSV(B) | 32.81º | 0.6% | 0.83% | - |
| XYZ | 40.31 | 37.75 | 13.55 | - |
| YUV | 163.36 | 83.22 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 84 | 0 | 0.27 | 0.60 | 0.17 | 32.81 | 0.6 | 0.58 |
| Hex | D4 | 9A | 54 | 0 | 1B | 3C | 11 | 21 | 3C | 3A |
| Octal | 324 | 232 | 124 | 0 | 33 | 74 | 21 | 41 | 74 | 72 |
| Binary | 11010100 | 10011010 | 1010100 | 0 | 11011 | 111100 | 10001 | 100001 | 111100 | 111010 |
Color Harmonies of #D49A54
Complementary color
Monochromatic Colors of #D49A54
Black with #D49A54
Text Example
Text Example
White with #D49A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49A54; }
p { color: rgb(212,154,84); }
H1.HeaderClassName
{
color: #D49A54;
}
.AnyTagClassName
{
color: #D49A54;
}
</style>
background-color css
<style>
a { background-color: #D49A54; }
a { background-color: rgb(212,154,84); }
div.DivClassName
{
background-color: #D49A54;
}
.BgClassName
{
background-color: #D49A54;
}
</style>
border-color css
<style>
span { border-color: #D49A54; }
span { border-color: rgb(212,154,84); }
td.TdClassName
{
border-color: #D49A54;
}
.TagClassName
{
border-color: #D49A54;
}
</style>