Shades of Porsche #DB9E63
Tints of Porsche #DB9E63
RGB
CMYK
RGB Variations
Color information
#DB9E63 (or 0xDB9E63) is known color: Porsche. HEX triplet: DB, 9E and 63. RGB value is (219,158,99). Sum of RGB (Red+Green+Blue) = 219+158+99=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E63 is #24619C. Grayscale: #A9A9A9. Windows color (decimal): -2384285 or 6528731. OLE color: 6528731.
HSL color Cylindrical-coordinate representation of color #DB9E63: hue angle of 29.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB9E63 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 99 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.14 |
| HSL | 29.5º | 0.63% | 0.62% | - |
| HSV(B) | 29.5º | 0.55% | 0.86% | - |
| XYZ | 43.69 | 40.41 | 17.3 | - |
| YUV | 169.51 | 88.21 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 99 | 0 | 0.28 | 0.55 | 0.14 | 29.5 | 0.63 | 0.62 |
| Hex | DB | 9E | 63 | 0 | 1C | 37 | E | 1E | 3E | 3E |
| Octal | 333 | 236 | 143 | 0 | 34 | 67 | 16 | 36 | 76 | 76 |
| Binary | 11011011 | 10011110 | 1100011 | 0 | 11100 | 110111 | 1110 | 11110 | 111110 | 111110 |
Color Harmonies of #DB9E63
Complementary color
Monochromatic Colors of #DB9E63
Black with #DB9E63
Text Example
Text Example
White with #DB9E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E63; }
p { color: rgb(219,158,99); }
H1.HeaderClassName
{
color: #DB9E63;
}
.AnyTagClassName
{
color: #DB9E63;
}
</style>
background-color css
<style>
a { background-color: #DB9E63; }
a { background-color: rgb(219,158,99); }
div.DivClassName
{
background-color: #DB9E63;
}
.BgClassName
{
background-color: #DB9E63;
}
</style>
border-color css
<style>
span { border-color: #DB9E63; }
span { border-color: rgb(219,158,99); }
td.TdClassName
{
border-color: #DB9E63;
}
.TagClassName
{
border-color: #DB9E63;
}
</style>