Shades of Porsche #D19A51
Tints of Porsche #D19A51
RGB
CMYK
RGB Variations
Color information
#D19A51 (or 0xD19A51) is known color: Porsche. HEX triplet: D1, 9A and 51. RGB value is (209,154,81). Sum of RGB (Red+Green+Blue) = 209+154+81=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19A51 is #2E65AE. Grayscale: #A2A2A2. Windows color (decimal): -3040687 or 5348049. OLE color: 5348049.
HSL color Cylindrical-coordinate representation of color #D19A51: hue angle of 34.22º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D19A51 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 81 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.18 |
| HSL | 34.22º | 0.58% | 0.57% | - |
| HSV(B) | 34.22º | 0.61% | 0.82% | - |
| XYZ | 39.34 | 37.26 | 12.9 | - |
| YUV | 162.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 81 | 0 | 0.26 | 0.61 | 0.18 | 34.22 | 0.58 | 0.57 |
| Hex | D1 | 9A | 51 | 0 | 1A | 3D | 12 | 22 | 3A | 39 |
| Octal | 321 | 232 | 121 | 0 | 32 | 75 | 22 | 42 | 72 | 71 |
| Binary | 11010001 | 10011010 | 1010001 | 0 | 11010 | 111101 | 10010 | 100010 | 111010 | 111001 |
Color Harmonies of #D19A51
Complementary color
Monochromatic Colors of #D19A51
Black with #D19A51
Text Example
Text Example
White with #D19A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19A51; }
p { color: rgb(209,154,81); }
H1.HeaderClassName
{
color: #D19A51;
}
.AnyTagClassName
{
color: #D19A51;
}
</style>
background-color css
<style>
a { background-color: #D19A51; }
a { background-color: rgb(209,154,81); }
div.DivClassName
{
background-color: #D19A51;
}
.BgClassName
{
background-color: #D19A51;
}
</style>
border-color css
<style>
span { border-color: #D19A51; }
span { border-color: rgb(209,154,81); }
td.TdClassName
{
border-color: #D19A51;
}
.TagClassName
{
border-color: #D19A51;
}
</style>