Shades of Porsche #DB9C64
Tints of Porsche #DB9C64
RGB
CMYK
RGB Variations
Color information
#DB9C64 (or 0xDB9C64) is known color: Porsche. HEX triplet: DB, 9C and 64. RGB value is (219,156,100). Sum of RGB (Red+Green+Blue) = 219+156+100=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C64 is #24639B. Grayscale: #A8A8A8. Windows color (decimal): -2384796 or 6593755. OLE color: 6593755.
HSL color Cylindrical-coordinate representation of color #DB9C64: hue angle of 28.24º 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 #DB9C64 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 100 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.14 |
| HSL | 28.24º | 0.62% | 0.63% | - |
| HSV(B) | 28.24º | 0.54% | 0.86% | - |
| XYZ | 43.4 | 39.76 | 17.44 | - |
| YUV | 168.45 | 89.37 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 100 | 0 | 0.29 | 0.54 | 0.14 | 28.24 | 0.62 | 0.63 |
| Hex | DB | 9C | 64 | 0 | 1D | 36 | E | 1C | 3E | 3F |
| Octal | 333 | 234 | 144 | 0 | 35 | 66 | 16 | 34 | 76 | 77 |
| Binary | 11011011 | 10011100 | 1100100 | 0 | 11101 | 110110 | 1110 | 11100 | 111110 | 111111 |
Color Harmonies of #DB9C64
Complementary color
Monochromatic Colors of #DB9C64
Black with #DB9C64
Text Example
Text Example
White with #DB9C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C64; }
p { color: rgb(219,156,100); }
H1.HeaderClassName
{
color: #DB9C64;
}
.AnyTagClassName
{
color: #DB9C64;
}
</style>
background-color css
<style>
a { background-color: #DB9C64; }
a { background-color: rgb(219,156,100); }
div.DivClassName
{
background-color: #DB9C64;
}
.BgClassName
{
background-color: #DB9C64;
}
</style>
border-color css
<style>
span { border-color: #DB9C64; }
span { border-color: rgb(219,156,100); }
td.TdClassName
{
border-color: #DB9C64;
}
.TagClassName
{
border-color: #DB9C64;
}
</style>