Shades of Porsche #D49A52
Tints of Porsche #D49A52
RGB
CMYK
RGB Variations
Color information
#D49A52 (or 0xD49A52) is known color: Porsche. HEX triplet: D4, 9A and 52. RGB value is (212,154,82). Sum of RGB (Red+Green+Blue) = 212+154+82=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49A52 is #2B65AD. Grayscale: #A3A3A3. Windows color (decimal): -2844078 or 5413588. OLE color: 5413588.
HSL color Cylindrical-coordinate representation of color #D49A52: hue angle of 33.23º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D49A52 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 82 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.17 |
| HSL | 33.23º | 0.6% | 0.58% | - |
| HSV(B) | 33.23º | 0.61% | 0.83% | - |
| XYZ | 40.23 | 37.72 | 13.14 | - |
| YUV | 163.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 82 | 0 | 0.27 | 0.61 | 0.17 | 33.23 | 0.6 | 0.58 |
| Hex | D4 | 9A | 52 | 0 | 1B | 3D | 11 | 21 | 3C | 3A |
| Octal | 324 | 232 | 122 | 0 | 33 | 75 | 21 | 41 | 74 | 72 |
| Binary | 11010100 | 10011010 | 1010010 | 0 | 11011 | 111101 | 10001 | 100001 | 111100 | 111010 |
Color Harmonies of #D49A52
Complementary color
Monochromatic Colors of #D49A52
Black with #D49A52
Text Example
Text Example
White with #D49A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49A52; }
p { color: rgb(212,154,82); }
H1.HeaderClassName
{
color: #D49A52;
}
.AnyTagClassName
{
color: #D49A52;
}
</style>
background-color css
<style>
a { background-color: #D49A52; }
a { background-color: rgb(212,154,82); }
div.DivClassName
{
background-color: #D49A52;
}
.BgClassName
{
background-color: #D49A52;
}
</style>
border-color css
<style>
span { border-color: #D49A52; }
span { border-color: rgb(212,154,82); }
td.TdClassName
{
border-color: #D49A52;
}
.TagClassName
{
border-color: #D49A52;
}
</style>