Shades of Porsche #D49956
Tints of Porsche #D49956
RGB
CMYK
RGB Variations
Color information
#D49956 (or 0xD49956) is known color: Porsche. HEX triplet: D4, 99 and 56. RGB value is (212,153,86). Sum of RGB (Red+Green+Blue) = 212+153+86=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D49956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49956 is #2B66A9. Grayscale: #A3A3A3. Windows color (decimal): -2844330 or 5675476. OLE color: 5675476.
HSL color Cylindrical-coordinate representation of color #D49956: hue angle of 31.9º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D49956 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 86 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.17 |
| HSL | 31.9º | 0.59% | 0.58% | - |
| HSV(B) | 31.9º | 0.59% | 0.83% | - |
| XYZ | 40.22 | 37.45 | 13.91 | - |
| YUV | 163 | 84.55 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 86 | 0 | 0.28 | 0.59 | 0.17 | 31.9 | 0.59 | 0.58 |
| Hex | D4 | 99 | 56 | 0 | 1C | 3B | 11 | 20 | 3B | 3A |
| Octal | 324 | 231 | 126 | 0 | 34 | 73 | 21 | 40 | 73 | 72 |
| Binary | 11010100 | 10011001 | 1010110 | 0 | 11100 | 111011 | 10001 | 100000 | 111011 | 111010 |
Color Harmonies of #D49956
Complementary color
Monochromatic Colors of #D49956
Black with #D49956
Text Example
Text Example
White with #D49956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49956; }
p { color: rgb(212,153,86); }
H1.HeaderClassName
{
color: #D49956;
}
.AnyTagClassName
{
color: #D49956;
}
</style>
background-color css
<style>
a { background-color: #D49956; }
a { background-color: rgb(212,153,86); }
div.DivClassName
{
background-color: #D49956;
}
.BgClassName
{
background-color: #D49956;
}
</style>
border-color css
<style>
span { border-color: #D49956; }
span { border-color: rgb(212,153,86); }
td.TdClassName
{
border-color: #D49956;
}
.TagClassName
{
border-color: #D49956;
}
</style>