Shades of Porsche #DBA065
Tints of Porsche #DBA065
RGB
CMYK
RGB Variations
Color information
#DBA065 (or 0xDBA065) is known color: Porsche. HEX triplet: DB, A0 and 65. RGB value is (219,160,101). Sum of RGB (Red+Green+Blue) = 219+160+101=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA065 is #245F9A. Grayscale: #ABABAB. Windows color (decimal): -2383771 or 6660315. OLE color: 6660315.
HSL color Cylindrical-coordinate representation of color #DBA065: hue angle of 30º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBA065 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 101 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.14 |
| HSL | 30º | 0.62% | 0.63% | - |
| HSV(B) | 30º | 0.54% | 0.86% | - |
| XYZ | 44.13 | 41.14 | 17.93 | - |
| YUV | 170.92 | 88.55 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 101 | 0 | 0.27 | 0.54 | 0.14 | 30 | 0.62 | 0.63 |
| Hex | DB | A0 | 65 | 0 | 1B | 36 | E | 1E | 3E | 3F |
| Octal | 333 | 240 | 145 | 0 | 33 | 66 | 16 | 36 | 76 | 77 |
| Binary | 11011011 | 10100000 | 1100101 | 0 | 11011 | 110110 | 1110 | 11110 | 111110 | 111111 |
Color Harmonies of #DBA065
Complementary color
Monochromatic Colors of #DBA065
Black with #DBA065
Text Example
Text Example
White with #DBA065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA065; }
p { color: rgb(219,160,101); }
H1.HeaderClassName
{
color: #DBA065;
}
.AnyTagClassName
{
color: #DBA065;
}
</style>
background-color css
<style>
a { background-color: #DBA065; }
a { background-color: rgb(219,160,101); }
div.DivClassName
{
background-color: #DBA065;
}
.BgClassName
{
background-color: #DBA065;
}
</style>
border-color css
<style>
span { border-color: #DBA065; }
span { border-color: rgb(219,160,101); }
td.TdClassName
{
border-color: #DBA065;
}
.TagClassName
{
border-color: #DBA065;
}
</style>