Shades of Porsche #DB9E67
Tints of Porsche #DB9E67
RGB
CMYK
RGB Variations
Color information
#DB9E67 (or 0xDB9E67) is known color: Porsche. HEX triplet: DB, 9E and 67. RGB value is (219,158,103). Sum of RGB (Red+Green+Blue) = 219+158+103=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E67 is #246198. Grayscale: #AAAAAA. Windows color (decimal): -2384281 or 6790875. OLE color: 6790875.
HSL color Cylindrical-coordinate representation of color #DB9E67: hue angle of 28.45º 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 #DB9E67 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 103 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.14 |
| HSL | 28.45º | 0.62% | 0.63% | - |
| HSV(B) | 28.45º | 0.53% | 0.86% | - |
| XYZ | 43.89 | 40.49 | 18.33 | - |
| YUV | 169.97 | 90.21 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 103 | 0 | 0.28 | 0.53 | 0.14 | 28.45 | 0.62 | 0.63 |
| Hex | DB | 9E | 67 | 0 | 1C | 35 | E | 1C | 3E | 3F |
| Octal | 333 | 236 | 147 | 0 | 34 | 65 | 16 | 34 | 76 | 77 |
| Binary | 11011011 | 10011110 | 1100111 | 0 | 11100 | 110101 | 1110 | 11100 | 111110 | 111111 |
Color Harmonies of #DB9E67
Complementary color
Monochromatic Colors of #DB9E67
Black with #DB9E67
Text Example
Text Example
White with #DB9E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E67; }
p { color: rgb(219,158,103); }
H1.HeaderClassName
{
color: #DB9E67;
}
.AnyTagClassName
{
color: #DB9E67;
}
</style>
background-color css
<style>
a { background-color: #DB9E67; }
a { background-color: rgb(219,158,103); }
div.DivClassName
{
background-color: #DB9E67;
}
.BgClassName
{
background-color: #DB9E67;
}
</style>
border-color css
<style>
span { border-color: #DB9E67; }
span { border-color: rgb(219,158,103); }
td.TdClassName
{
border-color: #DB9E67;
}
.TagClassName
{
border-color: #DB9E67;
}
</style>