Shades of Porsche #DB9E60
Tints of Porsche #DB9E60
RGB
CMYK
RGB Variations
Color information
#DB9E60 (or 0xDB9E60) is known color: Porsche. HEX triplet: DB, 9E and 60. RGB value is (219,158,96). Sum of RGB (Red+Green+Blue) = 219+158+96=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E60 is #24619F. Grayscale: #A9A9A9. Windows color (decimal): -2384288 or 6332123. OLE color: 6332123.
HSL color Cylindrical-coordinate representation of color #DB9E60: hue angle of 30.24º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB9E60 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 96 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.14 |
| HSL | 30.24º | 0.63% | 0.62% | - |
| HSV(B) | 30.24º | 0.56% | 0.86% | - |
| XYZ | 43.55 | 40.36 | 16.56 | - |
| YUV | 169.17 | 86.71 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 96 | 0 | 0.28 | 0.56 | 0.14 | 30.24 | 0.63 | 0.62 |
| Hex | DB | 9E | 60 | 0 | 1C | 38 | E | 1E | 3F | 3E |
| Octal | 333 | 236 | 140 | 0 | 34 | 70 | 16 | 36 | 77 | 76 |
| Binary | 11011011 | 10011110 | 1100000 | 0 | 11100 | 111000 | 1110 | 11110 | 111111 | 111110 |
Color Harmonies of #DB9E60
Complementary color
Monochromatic Colors of #DB9E60
Black with #DB9E60
Text Example
Text Example
White with #DB9E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E60; }
p { color: rgb(219,158,96); }
H1.HeaderClassName
{
color: #DB9E60;
}
.AnyTagClassName
{
color: #DB9E60;
}
</style>
background-color css
<style>
a { background-color: #DB9E60; }
a { background-color: rgb(219,158,96); }
div.DivClassName
{
background-color: #DB9E60;
}
.BgClassName
{
background-color: #DB9E60;
}
</style>
border-color css
<style>
span { border-color: #DB9E60; }
span { border-color: rgb(219,158,96); }
td.TdClassName
{
border-color: #DB9E60;
}
.TagClassName
{
border-color: #DB9E60;
}
</style>