Shades of Porsche #D59D54
Tints of Porsche #D59D54
RGB
CMYK
RGB Variations
Color information
#D59D54 (or 0xD59D54) is known color: Porsche. HEX triplet: D5, 9D and 54. RGB value is (213,157,84). Sum of RGB (Red+Green+Blue) = 213+157+84=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D54 is #2A62AB. Grayscale: #A5A5A5. Windows color (decimal): -2777772 or 5545429. OLE color: 5545429.
HSL color Cylindrical-coordinate representation of color #D59D54: hue angle of 33.95º 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 #D59D54 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 84 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.16 |
| HSL | 33.95º | 0.61% | 0.58% | - |
| HSV(B) | 33.95º | 0.61% | 0.84% | - |
| XYZ | 41.1 | 38.9 | 13.73 | - |
| YUV | 165.42 | 82.05 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 84 | 0 | 0.26 | 0.61 | 0.16 | 33.95 | 0.61 | 0.58 |
| Hex | D5 | 9D | 54 | 0 | 1A | 3D | 10 | 22 | 3D | 3A |
| Octal | 325 | 235 | 124 | 0 | 32 | 75 | 20 | 42 | 75 | 72 |
| Binary | 11010101 | 10011101 | 1010100 | 0 | 11010 | 111101 | 10000 | 100010 | 111101 | 111010 |
Color Harmonies of #D59D54
Complementary color
Monochromatic Colors of #D59D54
Black with #D59D54
Text Example
Text Example
White with #D59D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D54; }
p { color: rgb(213,157,84); }
H1.HeaderClassName
{
color: #D59D54;
}
.AnyTagClassName
{
color: #D59D54;
}
</style>
background-color css
<style>
a { background-color: #D59D54; }
a { background-color: rgb(213,157,84); }
div.DivClassName
{
background-color: #D59D54;
}
.BgClassName
{
background-color: #D59D54;
}
</style>
border-color css
<style>
span { border-color: #D59D54; }
span { border-color: rgb(213,157,84); }
td.TdClassName
{
border-color: #D59D54;
}
.TagClassName
{
border-color: #D59D54;
}
</style>