Shades of Porsche #DB985F
Tints of Porsche #DB985F
RGB
CMYK
RGB Variations
Color information
#DB985F (or 0xDB985F) is known color: Porsche. HEX triplet: DB, 98 and 5F. RGB value is (219,152,95). Sum of RGB (Red+Green+Blue) = 219+152+95=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB985F is #2467A0. Grayscale: #A5A5A5. Windows color (decimal): -2385825 or 6265051. OLE color: 6265051.
HSL color Cylindrical-coordinate representation of color #DB985F: hue angle of 27.58º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB985F is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 95 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.14 |
| HSL | 27.58º | 0.63% | 0.62% | - |
| HSV(B) | 27.58º | 0.57% | 0.86% | - |
| XYZ | 42.51 | 38.34 | 15.99 | - |
| YUV | 165.54 | 88.2 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 95 | 0 | 0.31 | 0.57 | 0.14 | 27.58 | 0.63 | 0.62 |
| Hex | DB | 98 | 5F | 0 | 1F | 39 | E | 1C | 3F | 3E |
| Octal | 333 | 230 | 137 | 0 | 37 | 71 | 16 | 34 | 77 | 76 |
| Binary | 11011011 | 10011000 | 1011111 | 0 | 11111 | 111001 | 1110 | 11100 | 111111 | 111110 |
Color Harmonies of #DB985F
Complementary color
Monochromatic Colors of #DB985F
Black with #DB985F
Text Example
Text Example
White with #DB985F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB985F; }
p { color: rgb(219,152,95); }
H1.HeaderClassName
{
color: #DB985F;
}
.AnyTagClassName
{
color: #DB985F;
}
</style>
background-color css
<style>
a { background-color: #DB985F; }
a { background-color: rgb(219,152,95); }
div.DivClassName
{
background-color: #DB985F;
}
.BgClassName
{
background-color: #DB985F;
}
</style>
border-color css
<style>
span { border-color: #DB985F; }
span { border-color: rgb(219,152,95); }
td.TdClassName
{
border-color: #DB985F;
}
.TagClassName
{
border-color: #DB985F;
}
</style>