Shades of Porsche #DB9E68
Tints of Porsche #DB9E68
RGB
CMYK
RGB Variations
Color information
#DB9E68 (or 0xDB9E68) is known color: Porsche. HEX triplet: DB, 9E and 68. RGB value is (219,158,104). Sum of RGB (Red+Green+Blue) = 219+158+104=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E68 is #246197. Grayscale: #AAAAAA. Windows color (decimal): -2384280 or 6856411. OLE color: 6856411.
HSL color Cylindrical-coordinate representation of color #DB9E68: hue angle of 28.17º degrees, saturation: 0.61, 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 #DB9E68 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 104 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.14 |
| HSL | 28.17º | 0.61% | 0.63% | - |
| HSV(B) | 28.17º | 0.53% | 0.86% | - |
| XYZ | 43.94 | 40.51 | 18.6 | - |
| YUV | 170.08 | 90.71 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 104 | 0 | 0.28 | 0.53 | 0.14 | 28.17 | 0.61 | 0.63 |
| Hex | DB | 9E | 68 | 0 | 1C | 35 | E | 1C | 3D | 3F |
| Octal | 333 | 236 | 150 | 0 | 34 | 65 | 16 | 34 | 75 | 77 |
| Binary | 11011011 | 10011110 | 1101000 | 0 | 11100 | 110101 | 1110 | 11100 | 111101 | 111111 |
Color Harmonies of #DB9E68
Complementary color
Monochromatic Colors of #DB9E68
Black with #DB9E68
Text Example
Text Example
White with #DB9E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E68; }
p { color: rgb(219,158,104); }
H1.HeaderClassName
{
color: #DB9E68;
}
.AnyTagClassName
{
color: #DB9E68;
}
</style>
background-color css
<style>
a { background-color: #DB9E68; }
a { background-color: rgb(219,158,104); }
div.DivClassName
{
background-color: #DB9E68;
}
.BgClassName
{
background-color: #DB9E68;
}
</style>
border-color css
<style>
span { border-color: #DB9E68; }
span { border-color: rgb(219,158,104); }
td.TdClassName
{
border-color: #DB9E68;
}
.TagClassName
{
border-color: #DB9E68;
}
</style>