Shades of Porsche #DB9E5F
Tints of Porsche #DB9E5F
RGB
CMYK
RGB Variations
Color information
#DB9E5F (or 0xDB9E5F) is known color: Porsche. HEX triplet: DB, 9E and 5F. RGB value is (219,158,95). Sum of RGB (Red+Green+Blue) = 219+158+95=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E5F is #2461A0. Grayscale: #A9A9A9. Windows color (decimal): -2384289 or 6266587. OLE color: 6266587.
HSL color Cylindrical-coordinate representation of color #DB9E5F: hue angle of 30.48º 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 #DB9E5F is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 95 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.14 |
| HSL | 30.48º | 0.63% | 0.62% | - |
| HSV(B) | 30.48º | 0.57% | 0.86% | - |
| XYZ | 43.51 | 40.34 | 16.32 | - |
| YUV | 169.06 | 86.21 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 95 | 0 | 0.28 | 0.57 | 0.14 | 30.48 | 0.63 | 0.62 |
| Hex | DB | 9E | 5F | 0 | 1C | 39 | E | 1E | 3F | 3E |
| Octal | 333 | 236 | 137 | 0 | 34 | 71 | 16 | 36 | 77 | 76 |
| Binary | 11011011 | 10011110 | 1011111 | 0 | 11100 | 111001 | 1110 | 11110 | 111111 | 111110 |
Color Harmonies of #DB9E5F
Complementary color
Monochromatic Colors of #DB9E5F
Black with #DB9E5F
Text Example
Text Example
White with #DB9E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E5F; }
p { color: rgb(219,158,95); }
H1.HeaderClassName
{
color: #DB9E5F;
}
.AnyTagClassName
{
color: #DB9E5F;
}
</style>
background-color css
<style>
a { background-color: #DB9E5F; }
a { background-color: rgb(219,158,95); }
div.DivClassName
{
background-color: #DB9E5F;
}
.BgClassName
{
background-color: #DB9E5F;
}
</style>
border-color css
<style>
span { border-color: #DB9E5F; }
span { border-color: rgb(219,158,95); }
td.TdClassName
{
border-color: #DB9E5F;
}
.TagClassName
{
border-color: #DB9E5F;
}
</style>