Shades of Porsche #DB9857
Tints of Porsche #DB9857
RGB
CMYK
RGB Variations
Color information
#DB9857 (or 0xDB9857) is known color: Porsche. HEX triplet: DB, 98 and 57. RGB value is (219,152,87). Sum of RGB (Red+Green+Blue) = 219+152+87=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9857 is #2467A8. Grayscale: #A4A4A4. Windows color (decimal): -2385833 or 5740763. OLE color: 5740763.
HSL color Cylindrical-coordinate representation of color #DB9857: hue angle of 29.55º 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 #DB9857 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 87 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.14 |
| HSL | 29.55º | 0.65% | 0.6% | - |
| HSV(B) | 29.55º | 0.6% | 0.86% | - |
| XYZ | 42.16 | 38.2 | 14.17 | - |
| YUV | 164.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 87 | 0 | 0.31 | 0.60 | 0.14 | 29.55 | 0.65 | 0.6 |
| Hex | DB | 98 | 57 | 0 | 1F | 3C | E | 1E | 41 | 3C |
| Octal | 333 | 230 | 127 | 0 | 37 | 74 | 16 | 36 | 101 | 74 |
| Binary | 11011011 | 10011000 | 1010111 | 0 | 11111 | 111100 | 1110 | 11110 | 1000001 | 111100 |
Color Harmonies of #DB9857
Complementary color
Monochromatic Colors of #DB9857
Black with #DB9857
Text Example
Text Example
White with #DB9857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9857; }
p { color: rgb(219,152,87); }
H1.HeaderClassName
{
color: #DB9857;
}
.AnyTagClassName
{
color: #DB9857;
}
</style>
background-color css
<style>
a { background-color: #DB9857; }
a { background-color: rgb(219,152,87); }
div.DivClassName
{
background-color: #DB9857;
}
.BgClassName
{
background-color: #DB9857;
}
</style>
border-color css
<style>
span { border-color: #DB9857; }
span { border-color: rgb(219,152,87); }
td.TdClassName
{
border-color: #DB9857;
}
.TagClassName
{
border-color: #DB9857;
}
</style>