Shades of Porsche #DB9F56
Tints of Porsche #DB9F56
RGB
CMYK
RGB Variations
Color information
#DB9F56 (or 0xDB9F56) is known color: Porsche. HEX triplet: DB, 9F and 56. RGB value is (219,159,86). Sum of RGB (Red+Green+Blue) = 219+159+86=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F56 is #2460A9. Grayscale: #A8A8A8. Windows color (decimal): -2384042 or 5677019. OLE color: 5677019.
HSL color Cylindrical-coordinate representation of color #DB9F56: hue angle of 32.93º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB9F56 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 86 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.14 |
| HSL | 32.93º | 0.65% | 0.6% | - |
| HSV(B) | 32.93º | 0.61% | 0.86% | - |
| XYZ | 43.29 | 40.53 | 14.35 | - |
| YUV | 168.62 | 81.38 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 86 | 0 | 0.27 | 0.61 | 0.14 | 32.93 | 0.65 | 0.6 |
| Hex | DB | 9F | 56 | 0 | 1B | 3D | E | 21 | 41 | 3C |
| Octal | 333 | 237 | 126 | 0 | 33 | 75 | 16 | 41 | 101 | 74 |
| Binary | 11011011 | 10011111 | 1010110 | 0 | 11011 | 111101 | 1110 | 100001 | 1000001 | 111100 |
Color Harmonies of #DB9F56
Complementary color
Monochromatic Colors of #DB9F56
Black with #DB9F56
Text Example
Text Example
White with #DB9F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F56; }
p { color: rgb(219,159,86); }
H1.HeaderClassName
{
color: #DB9F56;
}
.AnyTagClassName
{
color: #DB9F56;
}
</style>
background-color css
<style>
a { background-color: #DB9F56; }
a { background-color: rgb(219,159,86); }
div.DivClassName
{
background-color: #DB9F56;
}
.BgClassName
{
background-color: #DB9F56;
}
</style>
border-color css
<style>
span { border-color: #DB9F56; }
span { border-color: rgb(219,159,86); }
td.TdClassName
{
border-color: #DB9F56;
}
.TagClassName
{
border-color: #DB9F56;
}
</style>