Shades of Porsche #DBA061
Tints of Porsche #DBA061
RGB
CMYK
RGB Variations
Color information
#DBA061 (or 0xDBA061) is known color: Porsche. HEX triplet: DB, A0 and 61. RGB value is (219,160,97). Sum of RGB (Red+Green+Blue) = 219+160+97=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA061 is #245F9E. Grayscale: #AAAAAA. Windows color (decimal): -2383775 or 6398171. OLE color: 6398171.
HSL color Cylindrical-coordinate representation of color #DBA061: hue angle of 30.98º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBA061 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 97 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.14 |
| HSL | 30.98º | 0.63% | 0.62% | - |
| HSV(B) | 30.98º | 0.56% | 0.86% | - |
| XYZ | 43.94 | 41.06 | 16.92 | - |
| YUV | 170.46 | 86.55 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 97 | 0 | 0.27 | 0.56 | 0.14 | 30.98 | 0.63 | 0.62 |
| Hex | DB | A0 | 61 | 0 | 1B | 38 | E | 1F | 3F | 3E |
| Octal | 333 | 240 | 141 | 0 | 33 | 70 | 16 | 37 | 77 | 76 |
| Binary | 11011011 | 10100000 | 1100001 | 0 | 11011 | 111000 | 1110 | 11111 | 111111 | 111110 |
Color Harmonies of #DBA061
Complementary color
Monochromatic Colors of #DBA061
Black with #DBA061
Text Example
Text Example
White with #DBA061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA061; }
p { color: rgb(219,160,97); }
H1.HeaderClassName
{
color: #DBA061;
}
.AnyTagClassName
{
color: #DBA061;
}
</style>
background-color css
<style>
a { background-color: #DBA061; }
a { background-color: rgb(219,160,97); }
div.DivClassName
{
background-color: #DBA061;
}
.BgClassName
{
background-color: #DBA061;
}
</style>
border-color css
<style>
span { border-color: #DBA061; }
span { border-color: rgb(219,160,97); }
td.TdClassName
{
border-color: #DBA061;
}
.TagClassName
{
border-color: #DBA061;
}
</style>