Shades of Porsche #DB9654
Tints of Porsche #DB9654
RGB
CMYK
RGB Variations
Color information
#DB9654 (or 0xDB9654) is known color: Porsche. HEX triplet: DB, 96 and 54. RGB value is (219,150,84). Sum of RGB (Red+Green+Blue) = 219+150+84=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9654 is #2469AB. Grayscale: #A3A3A3. Windows color (decimal): -2386348 or 5543643. OLE color: 5543643.
HSL color Cylindrical-coordinate representation of color #DB9654: hue angle of 29.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB9654 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 84 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.14 |
| HSL | 29.33º | 0.65% | 0.59% | - |
| HSV(B) | 29.33º | 0.62% | 0.86% | - |
| XYZ | 41.72 | 37.51 | 13.43 | - |
| YUV | 163.11 | 83.36 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 84 | 0 | 0.32 | 0.62 | 0.14 | 29.33 | 0.65 | 0.59 |
| Hex | DB | 96 | 54 | 0 | 20 | 3E | E | 1D | 41 | 3B |
| Octal | 333 | 226 | 124 | 0 | 40 | 76 | 16 | 35 | 101 | 73 |
| Binary | 11011011 | 10010110 | 1010100 | 0 | 100000 | 111110 | 1110 | 11101 | 1000001 | 111011 |
Color Harmonies of #DB9654
Complementary color
Monochromatic Colors of #DB9654
Black with #DB9654
Text Example
Text Example
White with #DB9654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9654; }
p { color: rgb(219,150,84); }
H1.HeaderClassName
{
color: #DB9654;
}
.AnyTagClassName
{
color: #DB9654;
}
</style>
background-color css
<style>
a { background-color: #DB9654; }
a { background-color: rgb(219,150,84); }
div.DivClassName
{
background-color: #DB9654;
}
.BgClassName
{
background-color: #DB9654;
}
</style>
border-color css
<style>
span { border-color: #DB9654; }
span { border-color: rgb(219,150,84); }
td.TdClassName
{
border-color: #DB9654;
}
.TagClassName
{
border-color: #DB9654;
}
</style>