Shades of Porsche #D49950
Tints of Porsche #D49950
RGB
CMYK
RGB Variations
Color information
#D49950 (or 0xD49950) is known color: Porsche. HEX triplet: D4, 99 and 50. RGB value is (212,153,80). Sum of RGB (Red+Green+Blue) = 212+153+80=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D49950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49950 is #2B66AF. Grayscale: #A2A2A2. Windows color (decimal): -2844336 or 5282260. OLE color: 5282260.
HSL color Cylindrical-coordinate representation of color #D49950: hue angle of 33.18º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D49950 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 80 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.17 |
| HSL | 33.18º | 0.61% | 0.57% | - |
| HSV(B) | 33.18º | 0.62% | 0.83% | - |
| XYZ | 39.99 | 37.36 | 12.69 | - |
| YUV | 162.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 80 | 0 | 0.28 | 0.62 | 0.17 | 33.18 | 0.61 | 0.57 |
| Hex | D4 | 99 | 50 | 0 | 1C | 3E | 11 | 21 | 3D | 39 |
| Octal | 324 | 231 | 120 | 0 | 34 | 76 | 21 | 41 | 75 | 71 |
| Binary | 11010100 | 10011001 | 1010000 | 0 | 11100 | 111110 | 10001 | 100001 | 111101 | 111001 |
Color Harmonies of #D49950
Complementary color
Monochromatic Colors of #D49950
Black with #D49950
Text Example
Text Example
White with #D49950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49950; }
p { color: rgb(212,153,80); }
H1.HeaderClassName
{
color: #D49950;
}
.AnyTagClassName
{
color: #D49950;
}
</style>
background-color css
<style>
a { background-color: #D49950; }
a { background-color: rgb(212,153,80); }
div.DivClassName
{
background-color: #D49950;
}
.BgClassName
{
background-color: #D49950;
}
</style>
border-color css
<style>
span { border-color: #D49950; }
span { border-color: rgb(212,153,80); }
td.TdClassName
{
border-color: #D49950;
}
.TagClassName
{
border-color: #D49950;
}
</style>