Shades of Porsche #D59B59
Tints of Porsche #D59B59
RGB
CMYK
RGB Variations
Color information
#D59B59 (or 0xD59B59) is known color: Porsche. HEX triplet: D5, 9B and 59. RGB value is (213,155,89). Sum of RGB (Red+Green+Blue) = 213+155+89=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B59 is #2A64A6. Grayscale: #A5A5A5. Windows color (decimal): -2778279 or 5872597. OLE color: 5872597.
HSL color Cylindrical-coordinate representation of color #D59B59: hue angle of 31.94º 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 #D59B59 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 89 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.16 |
| HSL | 31.94º | 0.6% | 0.59% | - |
| HSV(B) | 31.94º | 0.58% | 0.84% | - |
| XYZ | 40.97 | 38.31 | 14.69 | - |
| YUV | 164.82 | 85.22 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 89 | 0 | 0.27 | 0.58 | 0.16 | 31.94 | 0.6 | 0.59 |
| Hex | D5 | 9B | 59 | 0 | 1B | 3A | 10 | 20 | 3C | 3B |
| Octal | 325 | 233 | 131 | 0 | 33 | 72 | 20 | 40 | 74 | 73 |
| Binary | 11010101 | 10011011 | 1011001 | 0 | 11011 | 111010 | 10000 | 100000 | 111100 | 111011 |
Color Harmonies of #D59B59
Complementary color
Monochromatic Colors of #D59B59
Black with #D59B59
Text Example
Text Example
White with #D59B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B59; }
p { color: rgb(213,155,89); }
H1.HeaderClassName
{
color: #D59B59;
}
.AnyTagClassName
{
color: #D59B59;
}
</style>
background-color css
<style>
a { background-color: #D59B59; }
a { background-color: rgb(213,155,89); }
div.DivClassName
{
background-color: #D59B59;
}
.BgClassName
{
background-color: #D59B59;
}
</style>
border-color css
<style>
span { border-color: #D59B59; }
span { border-color: rgb(213,155,89); }
td.TdClassName
{
border-color: #D59B59;
}
.TagClassName
{
border-color: #D59B59;
}
</style>