Shades of Porsche #DBA560
Tints of Porsche #DBA560
RGB
CMYK
RGB Variations
Color information
#DBA560 (or 0xDBA560) is known color: Porsche. HEX triplet: DB, A5 and 60. RGB value is (219,165,96). Sum of RGB (Red+Green+Blue) = 219+165+96=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA560 is #245A9F. Grayscale: #ADADAD. Windows color (decimal): -2382496 or 6333915. OLE color: 6333915.
HSL color Cylindrical-coordinate representation of color #DBA560: hue angle of 33.66º 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 #DBA560 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 96 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.14 |
| HSL | 33.66º | 0.63% | 0.62% | - |
| HSV(B) | 33.66º | 0.56% | 0.86% | - |
| XYZ | 44.78 | 42.81 | 16.97 | - |
| YUV | 173.28 | 84.39 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 96 | 0 | 0.25 | 0.56 | 0.14 | 33.66 | 0.63 | 0.62 |
| Hex | DB | A5 | 60 | 0 | 19 | 38 | E | 22 | 3F | 3E |
| Octal | 333 | 245 | 140 | 0 | 31 | 70 | 16 | 42 | 77 | 76 |
| Binary | 11011011 | 10100101 | 1100000 | 0 | 11001 | 111000 | 1110 | 100010 | 111111 | 111110 |
Color Harmonies of #DBA560
Complementary color
Monochromatic Colors of #DBA560
Black with #DBA560
Text Example
Text Example
White with #DBA560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA560; }
p { color: rgb(219,165,96); }
H1.HeaderClassName
{
color: #DBA560;
}
.AnyTagClassName
{
color: #DBA560;
}
</style>
background-color css
<style>
a { background-color: #DBA560; }
a { background-color: rgb(219,165,96); }
div.DivClassName
{
background-color: #DBA560;
}
.BgClassName
{
background-color: #DBA560;
}
</style>
border-color css
<style>
span { border-color: #DBA560; }
span { border-color: rgb(219,165,96); }
td.TdClassName
{
border-color: #DBA560;
}
.TagClassName
{
border-color: #DBA560;
}
</style>