Shades of Porsche #D59B58
Tints of Porsche #D59B58
RGB
CMYK
RGB Variations
Color information
#D59B58 (or 0xD59B58) is known color: Porsche. HEX triplet: D5, 9B and 58. RGB value is (213,155,88). Sum of RGB (Red+Green+Blue) = 213+155+88=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B58 is #2A64A7. Grayscale: #A5A5A5. Windows color (decimal): -2778280 or 5807061. OLE color: 5807061.
HSL color Cylindrical-coordinate representation of color #D59B58: hue angle of 32.16º 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 #D59B58 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 88 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.16 |
| HSL | 32.16º | 0.6% | 0.59% | - |
| HSV(B) | 32.16º | 0.59% | 0.84% | - |
| XYZ | 40.92 | 38.29 | 14.47 | - |
| YUV | 164.7 | 84.72 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 88 | 0 | 0.27 | 0.59 | 0.16 | 32.16 | 0.6 | 0.59 |
| Hex | D5 | 9B | 58 | 0 | 1B | 3B | 10 | 20 | 3C | 3B |
| Octal | 325 | 233 | 130 | 0 | 33 | 73 | 20 | 40 | 74 | 73 |
| Binary | 11010101 | 10011011 | 1011000 | 0 | 11011 | 111011 | 10000 | 100000 | 111100 | 111011 |
Color Harmonies of #D59B58
Complementary color
Monochromatic Colors of #D59B58
Black with #D59B58
Text Example
Text Example
White with #D59B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B58; }
p { color: rgb(213,155,88); }
H1.HeaderClassName
{
color: #D59B58;
}
.AnyTagClassName
{
color: #D59B58;
}
</style>
background-color css
<style>
a { background-color: #D59B58; }
a { background-color: rgb(213,155,88); }
div.DivClassName
{
background-color: #D59B58;
}
.BgClassName
{
background-color: #D59B58;
}
</style>
border-color css
<style>
span { border-color: #D59B58; }
span { border-color: rgb(213,155,88); }
td.TdClassName
{
border-color: #D59B58;
}
.TagClassName
{
border-color: #D59B58;
}
</style>