Shades of Porsche #DBA056
Tints of Porsche #DBA056
RGB
CMYK
RGB Variations
Color information
#DBA056 (or 0xDBA056) is known color: Porsche. HEX triplet: DB, A0 and 56. RGB value is (219,160,86). Sum of RGB (Red+Green+Blue) = 219+160+86=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA056 is #245FA9. Grayscale: #A9A9A9. Windows color (decimal): -2383786 or 5677275. OLE color: 5677275.
HSL color Cylindrical-coordinate representation of color #DBA056: hue angle of 33.38º 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 #DBA056 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 86 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.14 |
| HSL | 33.38º | 0.65% | 0.6% | - |
| HSV(B) | 33.38º | 0.61% | 0.86% | - |
| XYZ | 43.46 | 40.87 | 14.4 | - |
| YUV | 169.21 | 81.05 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 86 | 0 | 0.27 | 0.61 | 0.14 | 33.38 | 0.65 | 0.6 |
| Hex | DB | A0 | 56 | 0 | 1B | 3D | E | 21 | 41 | 3C |
| Octal | 333 | 240 | 126 | 0 | 33 | 75 | 16 | 41 | 101 | 74 |
| Binary | 11011011 | 10100000 | 1010110 | 0 | 11011 | 111101 | 1110 | 100001 | 1000001 | 111100 |
Color Harmonies of #DBA056
Complementary color
Monochromatic Colors of #DBA056
Black with #DBA056
Text Example
Text Example
White with #DBA056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA056; }
p { color: rgb(219,160,86); }
H1.HeaderClassName
{
color: #DBA056;
}
.AnyTagClassName
{
color: #DBA056;
}
</style>
background-color css
<style>
a { background-color: #DBA056; }
a { background-color: rgb(219,160,86); }
div.DivClassName
{
background-color: #DBA056;
}
.BgClassName
{
background-color: #DBA056;
}
</style>
border-color css
<style>
span { border-color: #DBA056; }
span { border-color: rgb(219,160,86); }
td.TdClassName
{
border-color: #DBA056;
}
.TagClassName
{
border-color: #DBA056;
}
</style>