Shades of Porsche #DBA55E
Tints of Porsche #DBA55E
RGB
CMYK
RGB Variations
Color information
#DBA55E (or 0xDBA55E) is known color: Porsche. HEX triplet: DB, A5 and 5E. RGB value is (219,165,94). Sum of RGB (Red+Green+Blue) = 219+165+94=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA55E is #245AA1. Grayscale: #ADADAD. Windows color (decimal): -2382498 or 6202843. OLE color: 6202843.
HSL color Cylindrical-coordinate representation of color #DBA55E: hue angle of 34.08º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBA55E is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 94 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.14 |
| HSL | 34.08º | 0.63% | 0.61% | - |
| HSV(B) | 34.08º | 0.57% | 0.86% | - |
| XYZ | 44.69 | 42.78 | 16.49 | - |
| YUV | 173.05 | 83.39 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 94 | 0 | 0.25 | 0.57 | 0.14 | 34.08 | 0.63 | 0.61 |
| Hex | DB | A5 | 5E | 0 | 19 | 39 | E | 22 | 3F | 3D |
| Octal | 333 | 245 | 136 | 0 | 31 | 71 | 16 | 42 | 77 | 75 |
| Binary | 11011011 | 10100101 | 1011110 | 0 | 11001 | 111001 | 1110 | 100010 | 111111 | 111101 |
Color Harmonies of #DBA55E
Complementary color
Monochromatic Colors of #DBA55E
Black with #DBA55E
Text Example
Text Example
White with #DBA55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA55E; }
p { color: rgb(219,165,94); }
H1.HeaderClassName
{
color: #DBA55E;
}
.AnyTagClassName
{
color: #DBA55E;
}
</style>
background-color css
<style>
a { background-color: #DBA55E; }
a { background-color: rgb(219,165,94); }
div.DivClassName
{
background-color: #DBA55E;
}
.BgClassName
{
background-color: #DBA55E;
}
</style>
border-color css
<style>
span { border-color: #DBA55E; }
span { border-color: rgb(219,165,94); }
td.TdClassName
{
border-color: #DBA55E;
}
.TagClassName
{
border-color: #DBA55E;
}
</style>