Shades of Porsche #DB9860
Tints of Porsche #DB9860
RGB
CMYK
RGB Variations
Color information
#DB9860 (or 0xDB9860) is known color: Porsche. HEX triplet: DB, 98 and 60. RGB value is (219,152,96). Sum of RGB (Red+Green+Blue) = 219+152+96=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9860 is #24679F. Grayscale: #A5A5A5. Windows color (decimal): -2385824 or 6330587. OLE color: 6330587.
HSL color Cylindrical-coordinate representation of color #DB9860: hue angle of 27.32º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB9860 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 96 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.14 |
| HSL | 27.32º | 0.63% | 0.62% | - |
| HSV(B) | 27.32º | 0.56% | 0.86% | - |
| XYZ | 42.55 | 38.36 | 16.23 | - |
| YUV | 165.65 | 88.7 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 96 | 0 | 0.31 | 0.56 | 0.14 | 27.32 | 0.63 | 0.62 |
| Hex | DB | 98 | 60 | 0 | 1F | 38 | E | 1B | 3F | 3E |
| Octal | 333 | 230 | 140 | 0 | 37 | 70 | 16 | 33 | 77 | 76 |
| Binary | 11011011 | 10011000 | 1100000 | 0 | 11111 | 111000 | 1110 | 11011 | 111111 | 111110 |
Color Harmonies of #DB9860
Complementary color
Monochromatic Colors of #DB9860
Black with #DB9860
Text Example
Text Example
White with #DB9860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9860; }
p { color: rgb(219,152,96); }
H1.HeaderClassName
{
color: #DB9860;
}
.AnyTagClassName
{
color: #DB9860;
}
</style>
background-color css
<style>
a { background-color: #DB9860; }
a { background-color: rgb(219,152,96); }
div.DivClassName
{
background-color: #DB9860;
}
.BgClassName
{
background-color: #DB9860;
}
</style>
border-color css
<style>
span { border-color: #DB9860; }
span { border-color: rgb(219,152,96); }
td.TdClassName
{
border-color: #DB9860;
}
.TagClassName
{
border-color: #DB9860;
}
</style>