Shades of Porsche #DBA55F
Tints of Porsche #DBA55F
RGB
CMYK
RGB Variations
Color information
#DBA55F (or 0xDBA55F) is known color: Porsche. HEX triplet: DB, A5 and 5F. RGB value is (219,165,95). Sum of RGB (Red+Green+Blue) = 219+165+95=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA55F is #245AA0. Grayscale: #ADADAD. Windows color (decimal): -2382497 or 6268379. OLE color: 6268379.
HSL color Cylindrical-coordinate representation of color #DBA55F: hue angle of 33.87º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBA55F is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 95 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.14 |
| HSL | 33.87º | 0.63% | 0.62% | - |
| HSV(B) | 33.87º | 0.57% | 0.86% | - |
| XYZ | 44.73 | 42.8 | 16.73 | - |
| YUV | 173.17 | 83.89 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 95 | 0 | 0.25 | 0.57 | 0.14 | 33.87 | 0.63 | 0.62 |
| Hex | DB | A5 | 5F | 0 | 19 | 39 | E | 22 | 3F | 3E |
| Octal | 333 | 245 | 137 | 0 | 31 | 71 | 16 | 42 | 77 | 76 |
| Binary | 11011011 | 10100101 | 1011111 | 0 | 11001 | 111001 | 1110 | 100010 | 111111 | 111110 |
Color Harmonies of #DBA55F
Complementary color
Monochromatic Colors of #DBA55F
Black with #DBA55F
Text Example
Text Example
White with #DBA55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA55F; }
p { color: rgb(219,165,95); }
H1.HeaderClassName
{
color: #DBA55F;
}
.AnyTagClassName
{
color: #DBA55F;
}
</style>
background-color css
<style>
a { background-color: #DBA55F; }
a { background-color: rgb(219,165,95); }
div.DivClassName
{
background-color: #DBA55F;
}
.BgClassName
{
background-color: #DBA55F;
}
</style>
border-color css
<style>
span { border-color: #DBA55F; }
span { border-color: rgb(219,165,95); }
td.TdClassName
{
border-color: #DBA55F;
}
.TagClassName
{
border-color: #DBA55F;
}
</style>