Shades of Porsche #DBA154
Tints of Porsche #DBA154
RGB
CMYK
RGB Variations
Color information
#DBA154 (or 0xDBA154) is known color: Porsche. HEX triplet: DB, A1 and 54. RGB value is (219,161,84). Sum of RGB (Red+Green+Blue) = 219+161+84=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA154 is #245EAB. Grayscale: #A9A9A9. Windows color (decimal): -2383532 or 5546459. OLE color: 5546459.
HSL color Cylindrical-coordinate representation of color #DBA154: hue angle of 34.22º 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 #DBA154 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 84 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.14 |
| HSL | 34.22º | 0.65% | 0.59% | - |
| HSV(B) | 34.22º | 0.62% | 0.86% | - |
| XYZ | 43.56 | 41.19 | 14.04 | - |
| YUV | 169.56 | 79.72 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 84 | 0 | 0.26 | 0.62 | 0.14 | 34.22 | 0.65 | 0.59 |
| Hex | DB | A1 | 54 | 0 | 1A | 3E | E | 22 | 41 | 3B |
| Octal | 333 | 241 | 124 | 0 | 32 | 76 | 16 | 42 | 101 | 73 |
| Binary | 11011011 | 10100001 | 1010100 | 0 | 11010 | 111110 | 1110 | 100010 | 1000001 | 111011 |
Color Harmonies of #DBA154
Complementary color
Monochromatic Colors of #DBA154
Black with #DBA154
Text Example
Text Example
White with #DBA154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA154; }
p { color: rgb(219,161,84); }
H1.HeaderClassName
{
color: #DBA154;
}
.AnyTagClassName
{
color: #DBA154;
}
</style>
background-color css
<style>
a { background-color: #DBA154; }
a { background-color: rgb(219,161,84); }
div.DivClassName
{
background-color: #DBA154;
}
.BgClassName
{
background-color: #DBA154;
}
</style>
border-color css
<style>
span { border-color: #DBA154; }
span { border-color: rgb(219,161,84); }
td.TdClassName
{
border-color: #DBA154;
}
.TagClassName
{
border-color: #DBA154;
}
</style>