Shades of Porsche #DBA063
Tints of Porsche #DBA063
RGB
CMYK
RGB Variations
Color information
#DBA063 (or 0xDBA063) is known color: Porsche. HEX triplet: DB, A0 and 63. RGB value is (219,160,99). Sum of RGB (Red+Green+Blue) = 219+160+99=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA063 is #245F9C. Grayscale: #AAAAAA. Windows color (decimal): -2383773 or 6529243. OLE color: 6529243.
HSL color Cylindrical-coordinate representation of color #DBA063: hue angle of 30.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBA063 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 99 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.14 |
| HSL | 30.5º | 0.63% | 0.62% | - |
| HSV(B) | 30.5º | 0.55% | 0.86% | - |
| XYZ | 44.04 | 41.1 | 17.42 | - |
| YUV | 170.69 | 87.55 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 99 | 0 | 0.27 | 0.55 | 0.14 | 30.5 | 0.63 | 0.62 |
| Hex | DB | A0 | 63 | 0 | 1B | 37 | E | 1E | 3E | 3E |
| Octal | 333 | 240 | 143 | 0 | 33 | 67 | 16 | 36 | 76 | 76 |
| Binary | 11011011 | 10100000 | 1100011 | 0 | 11011 | 110111 | 1110 | 11110 | 111110 | 111110 |
Color Harmonies of #DBA063
Complementary color
Monochromatic Colors of #DBA063
Black with #DBA063
Text Example
Text Example
White with #DBA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA063; }
p { color: rgb(219,160,99); }
H1.HeaderClassName
{
color: #DBA063;
}
.AnyTagClassName
{
color: #DBA063;
}
</style>
background-color css
<style>
a { background-color: #DBA063; }
a { background-color: rgb(219,160,99); }
div.DivClassName
{
background-color: #DBA063;
}
.BgClassName
{
background-color: #DBA063;
}
</style>
border-color css
<style>
span { border-color: #DBA063; }
span { border-color: rgb(219,160,99); }
td.TdClassName
{
border-color: #DBA063;
}
.TagClassName
{
border-color: #DBA063;
}
</style>