Shades of Porsche #DB9F5D
Tints of Porsche #DB9F5D
RGB
CMYK
RGB Variations
Color information
#DB9F5D (or 0xDB9F5D) is known color: Porsche. HEX triplet: DB, 9F and 5D. RGB value is (219,159,93). Sum of RGB (Red+Green+Blue) = 219+159+93=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F5D is #2460A2. Grayscale: #A9A9A9. Windows color (decimal): -2384035 or 6135771. OLE color: 6135771.
HSL color Cylindrical-coordinate representation of color #DB9F5D: hue angle of 31.43º 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 #DB9F5D is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 93 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.14 |
| HSL | 31.43º | 0.64% | 0.61% | - |
| HSV(B) | 31.43º | 0.58% | 0.86% | - |
| XYZ | 43.59 | 40.65 | 15.9 | - |
| YUV | 169.42 | 84.88 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 93 | 0 | 0.27 | 0.58 | 0.14 | 31.43 | 0.64 | 0.61 |
| Hex | DB | 9F | 5D | 0 | 1B | 3A | E | 1F | 40 | 3D |
| Octal | 333 | 237 | 135 | 0 | 33 | 72 | 16 | 37 | 100 | 75 |
| Binary | 11011011 | 10011111 | 1011101 | 0 | 11011 | 111010 | 1110 | 11111 | 1000000 | 111101 |
Color Harmonies of #DB9F5D
Complementary color
Monochromatic Colors of #DB9F5D
Black with #DB9F5D
Text Example
Text Example
White with #DB9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F5D; }
p { color: rgb(219,159,93); }
H1.HeaderClassName
{
color: #DB9F5D;
}
.AnyTagClassName
{
color: #DB9F5D;
}
</style>
background-color css
<style>
a { background-color: #DB9F5D; }
a { background-color: rgb(219,159,93); }
div.DivClassName
{
background-color: #DB9F5D;
}
.BgClassName
{
background-color: #DB9F5D;
}
</style>
border-color css
<style>
span { border-color: #DB9F5D; }
span { border-color: rgb(219,159,93); }
td.TdClassName
{
border-color: #DB9F5D;
}
.TagClassName
{
border-color: #DB9F5D;
}
</style>