Shades of Porsche #D59A59
Tints of Porsche #D59A59
RGB
CMYK
RGB Variations
Color information
#D59A59 (or 0xD59A59) is known color: Porsche. HEX triplet: D5, 9A and 59. RGB value is (213,154,89). Sum of RGB (Red+Green+Blue) = 213+154+89=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A59 is #2A65A6. Grayscale: #A4A4A4. Windows color (decimal): -2778535 or 5872341. OLE color: 5872341.
HSL color Cylindrical-coordinate representation of color #D59A59: hue angle of 31.45º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D59A59 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 89 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.16 |
| HSL | 31.45º | 0.6% | 0.59% | - |
| HSV(B) | 31.45º | 0.58% | 0.84% | - |
| XYZ | 40.8 | 37.98 | 14.63 | - |
| YUV | 164.23 | 85.55 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 89 | 0 | 0.28 | 0.58 | 0.16 | 31.45 | 0.6 | 0.59 |
| Hex | D5 | 9A | 59 | 0 | 1C | 3A | 10 | 1F | 3C | 3B |
| Octal | 325 | 232 | 131 | 0 | 34 | 72 | 20 | 37 | 74 | 73 |
| Binary | 11010101 | 10011010 | 1011001 | 0 | 11100 | 111010 | 10000 | 11111 | 111100 | 111011 |
Color Harmonies of #D59A59
Complementary color
Monochromatic Colors of #D59A59
Black with #D59A59
Text Example
Text Example
White with #D59A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A59; }
p { color: rgb(213,154,89); }
H1.HeaderClassName
{
color: #D59A59;
}
.AnyTagClassName
{
color: #D59A59;
}
</style>
background-color css
<style>
a { background-color: #D59A59; }
a { background-color: rgb(213,154,89); }
div.DivClassName
{
background-color: #D59A59;
}
.BgClassName
{
background-color: #D59A59;
}
</style>
border-color css
<style>
span { border-color: #D59A59; }
span { border-color: rgb(213,154,89); }
td.TdClassName
{
border-color: #D59A59;
}
.TagClassName
{
border-color: #D59A59;
}
</style>