Shades of Porsche #DB9858
Tints of Porsche #DB9858
RGB
CMYK
RGB Variations
Color information
#DB9858 (or 0xDB9858) is known color: Porsche. HEX triplet: DB, 98 and 58. RGB value is (219,152,88). Sum of RGB (Red+Green+Blue) = 219+152+88=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9858 is #2467A7. Grayscale: #A5A5A5. Windows color (decimal): -2385832 or 5806299. OLE color: 5806299.
HSL color Cylindrical-coordinate representation of color #DB9858: hue angle of 29.31º 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 #DB9858 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 88 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.14 |
| HSL | 29.31º | 0.65% | 0.6% | - |
| HSV(B) | 29.31º | 0.6% | 0.86% | - |
| XYZ | 42.2 | 38.22 | 14.39 | - |
| YUV | 164.74 | 84.7 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 88 | 0 | 0.31 | 0.60 | 0.14 | 29.31 | 0.65 | 0.6 |
| Hex | DB | 98 | 58 | 0 | 1F | 3C | E | 1D | 41 | 3C |
| Octal | 333 | 230 | 130 | 0 | 37 | 74 | 16 | 35 | 101 | 74 |
| Binary | 11011011 | 10011000 | 1011000 | 0 | 11111 | 111100 | 1110 | 11101 | 1000001 | 111100 |
Color Harmonies of #DB9858
Complementary color
Monochromatic Colors of #DB9858
Black with #DB9858
Text Example
Text Example
White with #DB9858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9858; }
p { color: rgb(219,152,88); }
H1.HeaderClassName
{
color: #DB9858;
}
.AnyTagClassName
{
color: #DB9858;
}
</style>
background-color css
<style>
a { background-color: #DB9858; }
a { background-color: rgb(219,152,88); }
div.DivClassName
{
background-color: #DB9858;
}
.BgClassName
{
background-color: #DB9858;
}
</style>
border-color css
<style>
span { border-color: #DB9858; }
span { border-color: rgb(219,152,88); }
td.TdClassName
{
border-color: #DB9858;
}
.TagClassName
{
border-color: #DB9858;
}
</style>