Shades of Porsche #DB9F50
Tints of Porsche #DB9F50
RGB
CMYK
RGB Variations
Color information
#DB9F50 (or 0xDB9F50) is known color: Porsche. HEX triplet: DB, 9F and 50. RGB value is (219,159,80). Sum of RGB (Red+Green+Blue) = 219+159+80=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F50 is #2460AF. Grayscale: #A8A8A8. Windows color (decimal): -2384048 or 5283803. OLE color: 5283803.
HSL color Cylindrical-coordinate representation of color #DB9F50: hue angle of 34.1º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB9F50 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 80 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.14 |
| HSL | 34.1º | 0.66% | 0.59% | - |
| HSV(B) | 34.1º | 0.63% | 0.86% | - |
| XYZ | 43.06 | 40.44 | 13.12 | - |
| YUV | 167.93 | 78.38 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 80 | 0 | 0.27 | 0.63 | 0.14 | 34.1 | 0.66 | 0.59 |
| Hex | DB | 9F | 50 | 0 | 1B | 3F | E | 22 | 42 | 3B |
| Octal | 333 | 237 | 120 | 0 | 33 | 77 | 16 | 42 | 102 | 73 |
| Binary | 11011011 | 10011111 | 1010000 | 0 | 11011 | 111111 | 1110 | 100010 | 1000010 | 111011 |
Color Harmonies of #DB9F50
Complementary color
Monochromatic Colors of #DB9F50
Black with #DB9F50
Text Example
Text Example
White with #DB9F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F50; }
p { color: rgb(219,159,80); }
H1.HeaderClassName
{
color: #DB9F50;
}
.AnyTagClassName
{
color: #DB9F50;
}
</style>
background-color css
<style>
a { background-color: #DB9F50; }
a { background-color: rgb(219,159,80); }
div.DivClassName
{
background-color: #DB9F50;
}
.BgClassName
{
background-color: #DB9F50;
}
</style>
border-color css
<style>
span { border-color: #DB9F50; }
span { border-color: rgb(219,159,80); }
td.TdClassName
{
border-color: #DB9F50;
}
.TagClassName
{
border-color: #DB9F50;
}
</style>