Shades of Porsche #DB9C56
Tints of Porsche #DB9C56
RGB
CMYK
RGB Variations
Color information
#DB9C56 (or 0xDB9C56) is known color: Porsche. HEX triplet: DB, 9C and 56. RGB value is (219,156,86). Sum of RGB (Red+Green+Blue) = 219+156+86=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C56 is #2463A9. Grayscale: #A7A7A7. Windows color (decimal): -2384810 or 5676251. OLE color: 5676251.
HSL color Cylindrical-coordinate representation of color #DB9C56: hue angle of 31.58º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB9C56 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 86 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.14 |
| HSL | 31.58º | 0.65% | 0.6% | - |
| HSV(B) | 31.58º | 0.61% | 0.86% | - |
| XYZ | 42.78 | 39.51 | 14.18 | - |
| YUV | 166.86 | 82.37 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 86 | 0 | 0.29 | 0.61 | 0.14 | 31.58 | 0.65 | 0.6 |
| Hex | DB | 9C | 56 | 0 | 1D | 3D | E | 20 | 41 | 3C |
| Octal | 333 | 234 | 126 | 0 | 35 | 75 | 16 | 40 | 101 | 74 |
| Binary | 11011011 | 10011100 | 1010110 | 0 | 11101 | 111101 | 1110 | 100000 | 1000001 | 111100 |
Color Harmonies of #DB9C56
Complementary color
Monochromatic Colors of #DB9C56
Black with #DB9C56
Text Example
Text Example
White with #DB9C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C56; }
p { color: rgb(219,156,86); }
H1.HeaderClassName
{
color: #DB9C56;
}
.AnyTagClassName
{
color: #DB9C56;
}
</style>
background-color css
<style>
a { background-color: #DB9C56; }
a { background-color: rgb(219,156,86); }
div.DivClassName
{
background-color: #DB9C56;
}
.BgClassName
{
background-color: #DB9C56;
}
</style>
border-color css
<style>
span { border-color: #DB9C56; }
span { border-color: rgb(219,156,86); }
td.TdClassName
{
border-color: #DB9C56;
}
.TagClassName
{
border-color: #DB9C56;
}
</style>