Shades of Porsche #D59A58
Tints of Porsche #D59A58
RGB
CMYK
RGB Variations
Color information
#D59A58 (or 0xD59A58) is known color: Porsche. HEX triplet: D5, 9A and 58. RGB value is (213,154,88). Sum of RGB (Red+Green+Blue) = 213+154+88=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A58 is #2A65A7. Grayscale: #A4A4A4. Windows color (decimal): -2778536 or 5806805. OLE color: 5806805.
HSL color Cylindrical-coordinate representation of color #D59A58: hue angle of 31.68º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D59A58 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 88 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.16 |
| HSL | 31.68º | 0.6% | 0.59% | - |
| HSV(B) | 31.68º | 0.59% | 0.84% | - |
| XYZ | 40.76 | 37.96 | 14.41 | - |
| YUV | 164.12 | 85.05 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 88 | 0 | 0.28 | 0.59 | 0.16 | 31.68 | 0.6 | 0.59 |
| Hex | D5 | 9A | 58 | 0 | 1C | 3B | 10 | 20 | 3C | 3B |
| Octal | 325 | 232 | 130 | 0 | 34 | 73 | 20 | 40 | 74 | 73 |
| Binary | 11010101 | 10011010 | 1011000 | 0 | 11100 | 111011 | 10000 | 100000 | 111100 | 111011 |
Color Harmonies of #D59A58
Complementary color
Monochromatic Colors of #D59A58
Black with #D59A58
Text Example
Text Example
White with #D59A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A58; }
p { color: rgb(213,154,88); }
H1.HeaderClassName
{
color: #D59A58;
}
.AnyTagClassName
{
color: #D59A58;
}
</style>
background-color css
<style>
a { background-color: #D59A58; }
a { background-color: rgb(213,154,88); }
div.DivClassName
{
background-color: #D59A58;
}
.BgClassName
{
background-color: #D59A58;
}
</style>
border-color css
<style>
span { border-color: #D59A58; }
span { border-color: rgb(213,154,88); }
td.TdClassName
{
border-color: #D59A58;
}
.TagClassName
{
border-color: #D59A58;
}
</style>