Shades of Porsche #DB985D
Tints of Porsche #DB985D
RGB
CMYK
RGB Variations
Color information
#DB985D (or 0xDB985D) is known color: Porsche. HEX triplet: DB, 98 and 5D. RGB value is (219,152,93). Sum of RGB (Red+Green+Blue) = 219+152+93=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB985D is #2467A2. Grayscale: #A5A5A5. Windows color (decimal): -2385827 or 6133979. OLE color: 6133979.
HSL color Cylindrical-coordinate representation of color #DB985D: hue angle of 28.1º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB985D is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 93 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.14 |
| HSL | 28.1º | 0.64% | 0.61% | - |
| HSV(B) | 28.1º | 0.58% | 0.86% | - |
| XYZ | 42.42 | 38.31 | 15.51 | - |
| YUV | 165.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 93 | 0 | 0.31 | 0.58 | 0.14 | 28.1 | 0.64 | 0.61 |
| Hex | DB | 98 | 5D | 0 | 1F | 3A | E | 1C | 40 | 3D |
| Octal | 333 | 230 | 135 | 0 | 37 | 72 | 16 | 34 | 100 | 75 |
| Binary | 11011011 | 10011000 | 1011101 | 0 | 11111 | 111010 | 1110 | 11100 | 1000000 | 111101 |
Color Harmonies of #DB985D
Complementary color
Monochromatic Colors of #DB985D
Black with #DB985D
Text Example
Text Example
White with #DB985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB985D; }
p { color: rgb(219,152,93); }
H1.HeaderClassName
{
color: #DB985D;
}
.AnyTagClassName
{
color: #DB985D;
}
</style>
background-color css
<style>
a { background-color: #DB985D; }
a { background-color: rgb(219,152,93); }
div.DivClassName
{
background-color: #DB985D;
}
.BgClassName
{
background-color: #DB985D;
}
</style>
border-color css
<style>
span { border-color: #DB985D; }
span { border-color: rgb(219,152,93); }
td.TdClassName
{
border-color: #DB985D;
}
.TagClassName
{
border-color: #DB985D;
}
</style>