Shades of Porsche #D59959
Tints of Porsche #D59959
RGB
CMYK
RGB Variations
Color information
#D59959 (or 0xD59959) is known color: Porsche. HEX triplet: D5, 99 and 59. RGB value is (213,153,89). Sum of RGB (Red+Green+Blue) = 213+153+89=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D59959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59959 is #2A66A6. Grayscale: #A3A3A3. Windows color (decimal): -2778791 or 5872085. OLE color: 5872085.
HSL color Cylindrical-coordinate representation of color #D59959: hue angle of 30.97º 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 #D59959 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 89 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.16 |
| HSL | 30.97º | 0.6% | 0.59% | - |
| HSV(B) | 30.97º | 0.58% | 0.84% | - |
| XYZ | 40.63 | 37.65 | 14.58 | - |
| YUV | 163.64 | 85.88 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 89 | 0 | 0.28 | 0.58 | 0.16 | 30.97 | 0.6 | 0.59 |
| Hex | D5 | 99 | 59 | 0 | 1C | 3A | 10 | 1F | 3C | 3B |
| Octal | 325 | 231 | 131 | 0 | 34 | 72 | 20 | 37 | 74 | 73 |
| Binary | 11010101 | 10011001 | 1011001 | 0 | 11100 | 111010 | 10000 | 11111 | 111100 | 111011 |
Color Harmonies of #D59959
Complementary color
Monochromatic Colors of #D59959
Black with #D59959
Text Example
Text Example
White with #D59959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59959; }
p { color: rgb(213,153,89); }
H1.HeaderClassName
{
color: #D59959;
}
.AnyTagClassName
{
color: #D59959;
}
</style>
background-color css
<style>
a { background-color: #D59959; }
a { background-color: rgb(213,153,89); }
div.DivClassName
{
background-color: #D59959;
}
.BgClassName
{
background-color: #D59959;
}
</style>
border-color css
<style>
span { border-color: #D59959; }
span { border-color: rgb(213,153,89); }
td.TdClassName
{
border-color: #D59959;
}
.TagClassName
{
border-color: #D59959;
}
</style>