Shades of Porsche #DBA158
Tints of Porsche #DBA158
RGB
CMYK
RGB Variations
Color information
#DBA158 (or 0xDBA158) is known color: Porsche. HEX triplet: DB, A1 and 58. RGB value is (219,161,88). Sum of RGB (Red+Green+Blue) = 219+161+88=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA158 is #245EA7. Grayscale: #AAAAAA. Windows color (decimal): -2383528 or 5808603. OLE color: 5808603.
HSL color Cylindrical-coordinate representation of color #DBA158: hue angle of 33.44º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBA158 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 88 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.14 |
| HSL | 33.44º | 0.65% | 0.6% | - |
| HSV(B) | 33.44º | 0.6% | 0.86% | - |
| XYZ | 43.72 | 41.25 | 14.89 | - |
| YUV | 170.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 88 | 0 | 0.26 | 0.60 | 0.14 | 33.44 | 0.65 | 0.6 |
| Hex | DB | A1 | 58 | 0 | 1A | 3C | E | 21 | 41 | 3C |
| Octal | 333 | 241 | 130 | 0 | 32 | 74 | 16 | 41 | 101 | 74 |
| Binary | 11011011 | 10100001 | 1011000 | 0 | 11010 | 111100 | 1110 | 100001 | 1000001 | 111100 |
Color Harmonies of #DBA158
Complementary color
Monochromatic Colors of #DBA158
Black with #DBA158
Text Example
Text Example
White with #DBA158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA158; }
p { color: rgb(219,161,88); }
H1.HeaderClassName
{
color: #DBA158;
}
.AnyTagClassName
{
color: #DBA158;
}
</style>
background-color css
<style>
a { background-color: #DBA158; }
a { background-color: rgb(219,161,88); }
div.DivClassName
{
background-color: #DBA158;
}
.BgClassName
{
background-color: #DBA158;
}
</style>
border-color css
<style>
span { border-color: #DBA158; }
span { border-color: rgb(219,161,88); }
td.TdClassName
{
border-color: #DBA158;
}
.TagClassName
{
border-color: #DBA158;
}
</style>