Shades of Porsche #D19B55
Tints of Porsche #D19B55
RGB
CMYK
RGB Variations
Color information
#D19B55 (or 0xD19B55) is known color: Porsche. HEX triplet: D1, 9B and 55. RGB value is (209,155,85). Sum of RGB (Red+Green+Blue) = 209+155+85=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19B55 is #2E64AA. Grayscale: #A3A3A3. Windows color (decimal): -3040427 or 5610449. OLE color: 5610449.
HSL color Cylindrical-coordinate representation of color #D19B55: hue angle of 33.87º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D19B55 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 85 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.18 |
| HSL | 33.87º | 0.57% | 0.58% | - |
| HSV(B) | 33.87º | 0.59% | 0.82% | - |
| XYZ | 39.66 | 37.65 | 13.77 | - |
| YUV | 163.17 | 83.89 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 85 | 0 | 0.26 | 0.59 | 0.18 | 33.87 | 0.57 | 0.58 |
| Hex | D1 | 9B | 55 | 0 | 1A | 3B | 12 | 22 | 39 | 3A |
| Octal | 321 | 233 | 125 | 0 | 32 | 73 | 22 | 42 | 71 | 72 |
| Binary | 11010001 | 10011011 | 1010101 | 0 | 11010 | 111011 | 10010 | 100010 | 111001 | 111010 |
Color Harmonies of #D19B55
Complementary color
Monochromatic Colors of #D19B55
Black with #D19B55
Text Example
Text Example
White with #D19B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19B55; }
p { color: rgb(209,155,85); }
H1.HeaderClassName
{
color: #D19B55;
}
.AnyTagClassName
{
color: #D19B55;
}
</style>
background-color css
<style>
a { background-color: #D19B55; }
a { background-color: rgb(209,155,85); }
div.DivClassName
{
background-color: #D19B55;
}
.BgClassName
{
background-color: #D19B55;
}
</style>
border-color css
<style>
span { border-color: #D19B55; }
span { border-color: rgb(209,155,85); }
td.TdClassName
{
border-color: #D19B55;
}
.TagClassName
{
border-color: #D19B55;
}
</style>