Shades of Porsche #D59A54
Tints of Porsche #D59A54
RGB
CMYK
RGB Variations
Color information
#D59A54 (or 0xD59A54) is known color: Porsche. HEX triplet: D5, 9A and 54. RGB value is (213,154,84). Sum of RGB (Red+Green+Blue) = 213+154+84=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 84 (33.20% from 255 or 18.63% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A54 is #2A65AB. Grayscale: #A4A4A4. Windows color (decimal): -2778540 or 5544661. OLE color: 5544661.
HSL color Cylindrical-coordinate representation of color #D59A54: hue angle of 32.56º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D59A54 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 84 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.16 |
| HSL | 32.56º | 0.61% | 0.58% | - |
| HSV(B) | 32.56º | 0.61% | 0.84% | - |
| XYZ | 40.6 | 37.9 | 13.56 | - |
| YUV | 163.66 | 83.05 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 84 | 0 | 0.28 | 0.61 | 0.16 | 32.56 | 0.61 | 0.58 |
| Hex | D5 | 9A | 54 | 0 | 1C | 3D | 10 | 21 | 3D | 3A |
| Octal | 325 | 232 | 124 | 0 | 34 | 75 | 20 | 41 | 75 | 72 |
| Binary | 11010101 | 10011010 | 1010100 | 0 | 11100 | 111101 | 10000 | 100001 | 111101 | 111010 |
Color Harmonies of #D59A54
Complementary color
Monochromatic Colors of #D59A54
Black with #D59A54
Text Example
Text Example
White with #D59A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A54; }
p { color: rgb(213,154,84); }
H1.HeaderClassName
{
color: #D59A54;
}
.AnyTagClassName
{
color: #D59A54;
}
</style>
background-color css
<style>
a { background-color: #D59A54; }
a { background-color: rgb(213,154,84); }
div.DivClassName
{
background-color: #D59A54;
}
.BgClassName
{
background-color: #D59A54;
}
</style>
border-color css
<style>
span { border-color: #D59A54; }
span { border-color: rgb(213,154,84); }
td.TdClassName
{
border-color: #D59A54;
}
.TagClassName
{
border-color: #D59A54;
}
</style>