Shades of Porsche #DB9964
Tints of Porsche #DB9964
RGB
CMYK
RGB Variations
Color information
#DB9964 (or 0xDB9964) is known color: Porsche. HEX triplet: DB, 99 and 64. RGB value is (219,153,100). Sum of RGB (Red+Green+Blue) = 219+153+100=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9964 is #24669B. Grayscale: #A6A6A6. Windows color (decimal): -2385564 or 6592987. OLE color: 6592987.
HSL color Cylindrical-coordinate representation of color #DB9964: hue angle of 26.72º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB9964 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 100 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.14 |
| HSL | 26.72º | 0.62% | 0.63% | - |
| HSV(B) | 26.72º | 0.54% | 0.86% | - |
| XYZ | 42.9 | 38.76 | 17.28 | - |
| YUV | 166.69 | 90.37 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 100 | 0 | 0.30 | 0.54 | 0.14 | 26.72 | 0.62 | 0.63 |
| Hex | DB | 99 | 64 | 0 | 1E | 36 | E | 1B | 3E | 3F |
| Octal | 333 | 231 | 144 | 0 | 36 | 66 | 16 | 33 | 76 | 77 |
| Binary | 11011011 | 10011001 | 1100100 | 0 | 11110 | 110110 | 1110 | 11011 | 111110 | 111111 |
Color Harmonies of #DB9964
Complementary color
Monochromatic Colors of #DB9964
Black with #DB9964
Text Example
Text Example
White with #DB9964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9964; }
p { color: rgb(219,153,100); }
H1.HeaderClassName
{
color: #DB9964;
}
.AnyTagClassName
{
color: #DB9964;
}
</style>
background-color css
<style>
a { background-color: #DB9964; }
a { background-color: rgb(219,153,100); }
div.DivClassName
{
background-color: #DB9964;
}
.BgClassName
{
background-color: #DB9964;
}
</style>
border-color css
<style>
span { border-color: #DB9964; }
span { border-color: rgb(219,153,100); }
td.TdClassName
{
border-color: #DB9964;
}
.TagClassName
{
border-color: #DB9964;
}
</style>