Shades of Porsche #DBA04E
Tints of Porsche #DBA04E
RGB
CMYK
RGB Variations
Color information
#DBA04E (or 0xDBA04E) is known color: Porsche. HEX triplet: DB, A0 and 4E. RGB value is (219,160,78). Sum of RGB (Red+Green+Blue) = 219+160+78=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA04E is #245FB1. Grayscale: #A8A8A8. Windows color (decimal): -2383794 or 5152987. OLE color: 5152987.
HSL color Cylindrical-coordinate representation of color #DBA04E: hue angle of 34.89º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBA04E is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 78 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.14 |
| HSL | 34.89º | 0.66% | 0.58% | - |
| HSV(B) | 34.89º | 0.64% | 0.86% | - |
| XYZ | 43.16 | 40.75 | 12.8 | - |
| YUV | 168.29 | 77.05 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 78 | 0 | 0.27 | 0.64 | 0.14 | 34.89 | 0.66 | 0.58 |
| Hex | DB | A0 | 4E | 0 | 1B | 40 | E | 23 | 42 | 3A |
| Octal | 333 | 240 | 116 | 0 | 33 | 100 | 16 | 43 | 102 | 72 |
| Binary | 11011011 | 10100000 | 1001110 | 0 | 11011 | 1000000 | 1110 | 100011 | 1000010 | 111010 |
Color Harmonies of #DBA04E
Complementary color
Monochromatic Colors of #DBA04E
Black with #DBA04E
Text Example
Text Example
White with #DBA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA04E; }
p { color: rgb(219,160,78); }
H1.HeaderClassName
{
color: #DBA04E;
}
.AnyTagClassName
{
color: #DBA04E;
}
</style>
background-color css
<style>
a { background-color: #DBA04E; }
a { background-color: rgb(219,160,78); }
div.DivClassName
{
background-color: #DBA04E;
}
.BgClassName
{
background-color: #DBA04E;
}
</style>
border-color css
<style>
span { border-color: #DBA04E; }
span { border-color: rgb(219,160,78); }
td.TdClassName
{
border-color: #DBA04E;
}
.TagClassName
{
border-color: #DBA04E;
}
</style>