Shades of Porsche #DB9E66
Tints of Porsche #DB9E66
RGB
CMYK
RGB Variations
Color information
#DB9E66 (or 0xDB9E66) is known color: Porsche. HEX triplet: DB, 9E and 66. RGB value is (219,158,102). Sum of RGB (Red+Green+Blue) = 219+158+102=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E66 is #246199. Grayscale: #AAAAAA. Windows color (decimal): -2384282 or 6725339. OLE color: 6725339.
HSL color Cylindrical-coordinate representation of color #DB9E66: hue angle of 28.72º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB9E66 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 102 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.14 |
| HSL | 28.72º | 0.62% | 0.63% | - |
| HSV(B) | 28.72º | 0.53% | 0.86% | - |
| XYZ | 43.84 | 40.47 | 18.07 | - |
| YUV | 169.86 | 89.71 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 102 | 0 | 0.28 | 0.53 | 0.14 | 28.72 | 0.62 | 0.63 |
| Hex | DB | 9E | 66 | 0 | 1C | 35 | E | 1D | 3E | 3F |
| Octal | 333 | 236 | 146 | 0 | 34 | 65 | 16 | 35 | 76 | 77 |
| Binary | 11011011 | 10011110 | 1100110 | 0 | 11100 | 110101 | 1110 | 11101 | 111110 | 111111 |
Color Harmonies of #DB9E66
Complementary color
Monochromatic Colors of #DB9E66
Black with #DB9E66
Text Example
Text Example
White with #DB9E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E66; }
p { color: rgb(219,158,102); }
H1.HeaderClassName
{
color: #DB9E66;
}
.AnyTagClassName
{
color: #DB9E66;
}
</style>
background-color css
<style>
a { background-color: #DB9E66; }
a { background-color: rgb(219,158,102); }
div.DivClassName
{
background-color: #DB9E66;
}
.BgClassName
{
background-color: #DB9E66;
}
</style>
border-color css
<style>
span { border-color: #DB9E66; }
span { border-color: rgb(219,158,102); }
td.TdClassName
{
border-color: #DB9E66;
}
.TagClassName
{
border-color: #DB9E66;
}
</style>