Shades of Porsche #DB9F67
Tints of Porsche #DB9F67
RGB
CMYK
RGB Variations
Color information
#DB9F67 (or 0xDB9F67) is known color: Porsche. HEX triplet: DB, 9F and 67. RGB value is (219,159,103). Sum of RGB (Red+Green+Blue) = 219+159+103=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F67 is #246098. Grayscale: #AAAAAA. Windows color (decimal): -2384025 or 6791131. OLE color: 6791131.
HSL color Cylindrical-coordinate representation of color #DB9F67: hue angle of 28.97º 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 #DB9F67 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 103 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.14 |
| HSL | 28.97º | 0.62% | 0.63% | - |
| HSV(B) | 28.97º | 0.53% | 0.86% | - |
| XYZ | 44.06 | 40.84 | 18.39 | - |
| YUV | 170.56 | 89.88 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 103 | 0 | 0.27 | 0.53 | 0.14 | 28.97 | 0.62 | 0.63 |
| Hex | DB | 9F | 67 | 0 | 1B | 35 | E | 1D | 3E | 3F |
| Octal | 333 | 237 | 147 | 0 | 33 | 65 | 16 | 35 | 76 | 77 |
| Binary | 11011011 | 10011111 | 1100111 | 0 | 11011 | 110101 | 1110 | 11101 | 111110 | 111111 |
Color Harmonies of #DB9F67
Complementary color
Monochromatic Colors of #DB9F67
Black with #DB9F67
Text Example
Text Example
White with #DB9F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F67; }
p { color: rgb(219,159,103); }
H1.HeaderClassName
{
color: #DB9F67;
}
.AnyTagClassName
{
color: #DB9F67;
}
</style>
background-color css
<style>
a { background-color: #DB9F67; }
a { background-color: rgb(219,159,103); }
div.DivClassName
{
background-color: #DB9F67;
}
.BgClassName
{
background-color: #DB9F67;
}
</style>
border-color css
<style>
span { border-color: #DB9F67; }
span { border-color: rgb(219,159,103); }
td.TdClassName
{
border-color: #DB9F67;
}
.TagClassName
{
border-color: #DB9F67;
}
</style>