Shades of Porsche #D59B50
Tints of Porsche #D59B50
RGB
CMYK
RGB Variations
Color information
#D59B50 (or 0xD59B50) is known color: Porsche. HEX triplet: D5, 9B and 50. RGB value is (213,155,80). Sum of RGB (Red+Green+Blue) = 213+155+80=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B50 is #2A64AF. Grayscale: #A4A4A4. Windows color (decimal): -2778288 or 5282773. OLE color: 5282773.
HSL color Cylindrical-coordinate representation of color #D59B50: hue angle of 33.83º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D59B50 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 80 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.16 |
| HSL | 33.83º | 0.61% | 0.57% | - |
| HSV(B) | 33.83º | 0.62% | 0.84% | - |
| XYZ | 40.61 | 38.17 | 12.82 | - |
| YUV | 163.79 | 80.72 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 80 | 0 | 0.27 | 0.62 | 0.16 | 33.83 | 0.61 | 0.57 |
| Hex | D5 | 9B | 50 | 0 | 1B | 3E | 10 | 22 | 3D | 39 |
| Octal | 325 | 233 | 120 | 0 | 33 | 76 | 20 | 42 | 75 | 71 |
| Binary | 11010101 | 10011011 | 1010000 | 0 | 11011 | 111110 | 10000 | 100010 | 111101 | 111001 |
Color Harmonies of #D59B50
Complementary color
Monochromatic Colors of #D59B50
Black with #D59B50
Text Example
Text Example
White with #D59B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B50; }
p { color: rgb(213,155,80); }
H1.HeaderClassName
{
color: #D59B50;
}
.AnyTagClassName
{
color: #D59B50;
}
</style>
background-color css
<style>
a { background-color: #D59B50; }
a { background-color: rgb(213,155,80); }
div.DivClassName
{
background-color: #D59B50;
}
.BgClassName
{
background-color: #D59B50;
}
</style>
border-color css
<style>
span { border-color: #D59B50; }
span { border-color: rgb(213,155,80); }
td.TdClassName
{
border-color: #D59B50;
}
.TagClassName
{
border-color: #D59B50;
}
</style>