Shades of Porsche #DB9D6D
Tints of Porsche #DB9D6D
RGB
CMYK
RGB Variations
Color information
#DB9D6D (or 0xDB9D6D) is known color: Porsche. HEX triplet: DB, 9D and 6D. RGB value is (219,157,109). Sum of RGB (Red+Green+Blue) = 219+157+109=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9D6D is #246292. Grayscale: #AAAAAA. Windows color (decimal): -2384531 or 7183835. OLE color: 7183835.
HSL color Cylindrical-coordinate representation of color #DB9D6D: hue angle of 26.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB9D6D is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 109 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.14 |
| HSL | 26.18º | 0.6% | 0.64% | - |
| HSV(B) | 26.18º | 0.5% | 0.86% | - |
| XYZ | 44.03 | 40.28 | 19.92 | - |
| YUV | 170.07 | 93.54 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 109 | 0 | 0.28 | 0.50 | 0.14 | 26.18 | 0.6 | 0.64 |
| Hex | DB | 9D | 6D | 0 | 1C | 32 | E | 1A | 3C | 40 |
| Octal | 333 | 235 | 155 | 0 | 34 | 62 | 16 | 32 | 74 | 100 |
| Binary | 11011011 | 10011101 | 1101101 | 0 | 11100 | 110010 | 1110 | 11010 | 111100 | 1000000 |
Color Harmonies of #DB9D6D
Complementary color
Monochromatic Colors of #DB9D6D
Black with #DB9D6D
Text Example
Text Example
White with #DB9D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D6D; }
p { color: rgb(219,157,109); }
H1.HeaderClassName
{
color: #DB9D6D;
}
.AnyTagClassName
{
color: #DB9D6D;
}
</style>
background-color css
<style>
a { background-color: #DB9D6D; }
a { background-color: rgb(219,157,109); }
div.DivClassName
{
background-color: #DB9D6D;
}
.BgClassName
{
background-color: #DB9D6D;
}
</style>
border-color css
<style>
span { border-color: #DB9D6D; }
span { border-color: rgb(219,157,109); }
td.TdClassName
{
border-color: #DB9D6D;
}
.TagClassName
{
border-color: #DB9D6D;
}
</style>