Shades of Porsche #D39B59
Tints of Porsche #D39B59
RGB
CMYK
RGB Variations
Color information
#D39B59 (or 0xD39B59) is known color: Porsche. HEX triplet: D3, 9B and 59. RGB value is (211,155,89). Sum of RGB (Red+Green+Blue) = 211+155+89=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39B59 is #2C64A6. Grayscale: #A4A4A4. Windows color (decimal): -2909351 or 5872595. OLE color: 5872595.
HSL color Cylindrical-coordinate representation of color #D39B59: hue angle of 32.46º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D39B59 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 155 | 89 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.17 |
| HSL | 32.46º | 0.58% | 0.59% | - |
| HSV(B) | 32.46º | 0.58% | 0.83% | - |
| XYZ | 40.39 | 38.01 | 14.66 | - |
| YUV | 164.22 | 85.55 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 89 | 0 | 0.27 | 0.58 | 0.17 | 32.46 | 0.58 | 0.59 |
| Hex | D3 | 9B | 59 | 0 | 1B | 3A | 11 | 20 | 3A | 3B |
| Octal | 323 | 233 | 131 | 0 | 33 | 72 | 21 | 40 | 72 | 73 |
| Binary | 11010011 | 10011011 | 1011001 | 0 | 11011 | 111010 | 10001 | 100000 | 111010 | 111011 |
Color Harmonies of #D39B59
Complementary color
Monochromatic Colors of #D39B59
Black with #D39B59
Text Example
Text Example
White with #D39B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39B59; }
p { color: rgb(211,155,89); }
H1.HeaderClassName
{
color: #D39B59;
}
.AnyTagClassName
{
color: #D39B59;
}
</style>
background-color css
<style>
a { background-color: #D39B59; }
a { background-color: rgb(211,155,89); }
div.DivClassName
{
background-color: #D39B59;
}
.BgClassName
{
background-color: #D39B59;
}
</style>
border-color css
<style>
span { border-color: #D39B59; }
span { border-color: rgb(211,155,89); }
td.TdClassName
{
border-color: #D39B59;
}
.TagClassName
{
border-color: #D39B59;
}
</style>