Shades of Porsche #DBA156
Tints of Porsche #DBA156
RGB
CMYK
RGB Variations
Color information
#DBA156 (or 0xDBA156) is known color: Porsche. HEX triplet: DB, A1 and 56. RGB value is (219,161,86). Sum of RGB (Red+Green+Blue) = 219+161+86=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA156 is #245EA9. Grayscale: #AAAAAA. Windows color (decimal): -2383530 or 5677531. OLE color: 5677531.
HSL color Cylindrical-coordinate representation of color #DBA156: hue angle of 33.83º 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 #DBA156 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 86 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.14 |
| HSL | 33.83º | 0.65% | 0.6% | - |
| HSV(B) | 33.83º | 0.61% | 0.86% | - |
| XYZ | 43.64 | 41.22 | 14.46 | - |
| YUV | 169.79 | 80.72 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 86 | 0 | 0.26 | 0.61 | 0.14 | 33.83 | 0.65 | 0.6 |
| Hex | DB | A1 | 56 | 0 | 1A | 3D | E | 22 | 41 | 3C |
| Octal | 333 | 241 | 126 | 0 | 32 | 75 | 16 | 42 | 101 | 74 |
| Binary | 11011011 | 10100001 | 1010110 | 0 | 11010 | 111101 | 1110 | 100010 | 1000001 | 111100 |
Color Harmonies of #DBA156
Complementary color
Monochromatic Colors of #DBA156
Black with #DBA156
Text Example
Text Example
White with #DBA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA156; }
p { color: rgb(219,161,86); }
H1.HeaderClassName
{
color: #DBA156;
}
.AnyTagClassName
{
color: #DBA156;
}
</style>
background-color css
<style>
a { background-color: #DBA156; }
a { background-color: rgb(219,161,86); }
div.DivClassName
{
background-color: #DBA156;
}
.BgClassName
{
background-color: #DBA156;
}
</style>
border-color css
<style>
span { border-color: #DBA156; }
span { border-color: rgb(219,161,86); }
td.TdClassName
{
border-color: #DBA156;
}
.TagClassName
{
border-color: #DBA156;
}
</style>