Shades of Porsche #DB9D6C
Tints of Porsche #DB9D6C
RGB
CMYK
RGB Variations
Color information
#DB9D6C (or 0xDB9D6C) is known color: Porsche. HEX triplet: DB, 9D and 6C. RGB value is (219,157,108). Sum of RGB (Red+Green+Blue) = 219+157+108=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9D6C is #246293. Grayscale: #AAAAAA. Windows color (decimal): -2384532 or 7118299. OLE color: 7118299.
HSL color Cylindrical-coordinate representation of color #DB9D6C: hue angle of 26.49º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB9D6C is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 108 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.14 |
| HSL | 26.49º | 0.61% | 0.64% | - |
| HSV(B) | 26.49º | 0.51% | 0.86% | - |
| XYZ | 43.98 | 40.26 | 19.64 | - |
| YUV | 169.95 | 93.04 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 108 | 0 | 0.28 | 0.51 | 0.14 | 26.49 | 0.61 | 0.64 |
| Hex | DB | 9D | 6C | 0 | 1C | 33 | E | 1A | 3D | 40 |
| Octal | 333 | 235 | 154 | 0 | 34 | 63 | 16 | 32 | 75 | 100 |
| Binary | 11011011 | 10011101 | 1101100 | 0 | 11100 | 110011 | 1110 | 11010 | 111101 | 1000000 |
Color Harmonies of #DB9D6C
Complementary color
Monochromatic Colors of #DB9D6C
Black with #DB9D6C
Text Example
Text Example
White with #DB9D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D6C; }
p { color: rgb(219,157,108); }
H1.HeaderClassName
{
color: #DB9D6C;
}
.AnyTagClassName
{
color: #DB9D6C;
}
</style>
background-color css
<style>
a { background-color: #DB9D6C; }
a { background-color: rgb(219,157,108); }
div.DivClassName
{
background-color: #DB9D6C;
}
.BgClassName
{
background-color: #DB9D6C;
}
</style>
border-color css
<style>
span { border-color: #DB9D6C; }
span { border-color: rgb(219,157,108); }
td.TdClassName
{
border-color: #DB9D6C;
}
.TagClassName
{
border-color: #DB9D6C;
}
</style>