Shades of Porsche #DB9657
Tints of Porsche #DB9657
RGB
CMYK
RGB Variations
Color information
#DB9657 (or 0xDB9657) is known color: Porsche. HEX triplet: DB, 96 and 57. RGB value is (219,150,87). Sum of RGB (Red+Green+Blue) = 219+150+87=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9657 is #2469A8. Grayscale: #A3A3A3. Windows color (decimal): -2386345 or 5740251. OLE color: 5740251.
HSL color Cylindrical-coordinate representation of color #DB9657: hue angle of 28.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB9657 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 87 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.14 |
| HSL | 28.64º | 0.65% | 0.6% | - |
| HSV(B) | 28.64º | 0.6% | 0.86% | - |
| XYZ | 41.84 | 37.56 | 14.06 | - |
| YUV | 163.45 | 84.86 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 87 | 0 | 0.32 | 0.60 | 0.14 | 28.64 | 0.65 | 0.6 |
| Hex | DB | 96 | 57 | 0 | 20 | 3C | E | 1D | 41 | 3C |
| Octal | 333 | 226 | 127 | 0 | 40 | 74 | 16 | 35 | 101 | 74 |
| Binary | 11011011 | 10010110 | 1010111 | 0 | 100000 | 111100 | 1110 | 11101 | 1000001 | 111100 |
Color Harmonies of #DB9657
Complementary color
Monochromatic Colors of #DB9657
Black with #DB9657
Text Example
Text Example
White with #DB9657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9657; }
p { color: rgb(219,150,87); }
H1.HeaderClassName
{
color: #DB9657;
}
.AnyTagClassName
{
color: #DB9657;
}
</style>
background-color css
<style>
a { background-color: #DB9657; }
a { background-color: rgb(219,150,87); }
div.DivClassName
{
background-color: #DB9657;
}
.BgClassName
{
background-color: #DB9657;
}
</style>
border-color css
<style>
span { border-color: #DB9657; }
span { border-color: rgb(219,150,87); }
td.TdClassName
{
border-color: #DB9657;
}
.TagClassName
{
border-color: #DB9657;
}
</style>