Shades of Porsche #DBA054
Tints of Porsche #DBA054
RGB
CMYK
RGB Variations
Color information
#DBA054 (or 0xDBA054) is known color: Porsche. HEX triplet: DB, A0 and 54. RGB value is (219,160,84). Sum of RGB (Red+Green+Blue) = 219+160+84=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA054 is #245FAB. Grayscale: #A9A9A9. Windows color (decimal): -2383788 or 5546203. OLE color: 5546203.
HSL color Cylindrical-coordinate representation of color #DBA054: hue angle of 33.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBA054 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 84 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.14 |
| HSL | 33.78º | 0.65% | 0.59% | - |
| HSV(B) | 33.78º | 0.62% | 0.86% | - |
| XYZ | 43.38 | 40.84 | 13.98 | - |
| YUV | 168.98 | 80.05 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 84 | 0 | 0.27 | 0.62 | 0.14 | 33.78 | 0.65 | 0.59 |
| Hex | DB | A0 | 54 | 0 | 1B | 3E | E | 22 | 41 | 3B |
| Octal | 333 | 240 | 124 | 0 | 33 | 76 | 16 | 42 | 101 | 73 |
| Binary | 11011011 | 10100000 | 1010100 | 0 | 11011 | 111110 | 1110 | 100010 | 1000001 | 111011 |
Color Harmonies of #DBA054
Complementary color
Monochromatic Colors of #DBA054
Black with #DBA054
Text Example
Text Example
White with #DBA054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA054; }
p { color: rgb(219,160,84); }
H1.HeaderClassName
{
color: #DBA054;
}
.AnyTagClassName
{
color: #DBA054;
}
</style>
background-color css
<style>
a { background-color: #DBA054; }
a { background-color: rgb(219,160,84); }
div.DivClassName
{
background-color: #DBA054;
}
.BgClassName
{
background-color: #DBA054;
}
</style>
border-color css
<style>
span { border-color: #DBA054; }
span { border-color: rgb(219,160,84); }
td.TdClassName
{
border-color: #DBA054;
}
.TagClassName
{
border-color: #DBA054;
}
</style>