Shades of Porsche #DB9F57
Tints of Porsche #DB9F57
RGB
CMYK
RGB Variations
Color information
#DB9F57 (or 0xDB9F57) is known color: Porsche. HEX triplet: DB, 9F and 57. RGB value is (219,159,87). Sum of RGB (Red+Green+Blue) = 219+159+87=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 87 (34.38% from 255 or 18.71% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F57 is #2460A8. Grayscale: #A9A9A9. Windows color (decimal): -2384041 or 5742555. OLE color: 5742555.
HSL color Cylindrical-coordinate representation of color #DB9F57: hue angle of 32.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB9F57 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 87 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.14 |
| HSL | 32.73º | 0.65% | 0.6% | - |
| HSV(B) | 32.73º | 0.6% | 0.86% | - |
| XYZ | 43.33 | 40.54 | 14.56 | - |
| YUV | 168.73 | 81.88 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 87 | 0 | 0.27 | 0.60 | 0.14 | 32.73 | 0.65 | 0.6 |
| Hex | DB | 9F | 57 | 0 | 1B | 3C | E | 21 | 41 | 3C |
| Octal | 333 | 237 | 127 | 0 | 33 | 74 | 16 | 41 | 101 | 74 |
| Binary | 11011011 | 10011111 | 1010111 | 0 | 11011 | 111100 | 1110 | 100001 | 1000001 | 111100 |
Color Harmonies of #DB9F57
Complementary color
Monochromatic Colors of #DB9F57
Black with #DB9F57
Text Example
Text Example
White with #DB9F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F57; }
p { color: rgb(219,159,87); }
H1.HeaderClassName
{
color: #DB9F57;
}
.AnyTagClassName
{
color: #DB9F57;
}
</style>
background-color css
<style>
a { background-color: #DB9F57; }
a { background-color: rgb(219,159,87); }
div.DivClassName
{
background-color: #DB9F57;
}
.BgClassName
{
background-color: #DB9F57;
}
</style>
border-color css
<style>
span { border-color: #DB9F57; }
span { border-color: rgb(219,159,87); }
td.TdClassName
{
border-color: #DB9F57;
}
.TagClassName
{
border-color: #DB9F57;
}
</style>