Shades of Porsche #DBA564
Tints of Porsche #DBA564
RGB
CMYK
RGB Variations
Color information
#DBA564 (or 0xDBA564) is known color: Porsche. HEX triplet: DB, A5 and 64. RGB value is (219,165,100). Sum of RGB (Red+Green+Blue) = 219+165+100=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA564 is #245A9B. Grayscale: #AEAEAE. Windows color (decimal): -2382492 or 6596059. OLE color: 6596059.
HSL color Cylindrical-coordinate representation of color #DBA564: hue angle of 32.77º 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 #DBA564 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 100 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.14 |
| HSL | 32.77º | 0.62% | 0.63% | - |
| HSV(B) | 32.77º | 0.54% | 0.86% | - |
| XYZ | 44.97 | 42.89 | 17.97 | - |
| YUV | 173.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 100 | 0 | 0.25 | 0.54 | 0.14 | 32.77 | 0.62 | 0.63 |
| Hex | DB | A5 | 64 | 0 | 19 | 36 | E | 21 | 3E | 3F |
| Octal | 333 | 245 | 144 | 0 | 31 | 66 | 16 | 41 | 76 | 77 |
| Binary | 11011011 | 10100101 | 1100100 | 0 | 11001 | 110110 | 1110 | 100001 | 111110 | 111111 |
Color Harmonies of #DBA564
Complementary color
Monochromatic Colors of #DBA564
Black with #DBA564
Text Example
Text Example
White with #DBA564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA564; }
p { color: rgb(219,165,100); }
H1.HeaderClassName
{
color: #DBA564;
}
.AnyTagClassName
{
color: #DBA564;
}
</style>
background-color css
<style>
a { background-color: #DBA564; }
a { background-color: rgb(219,165,100); }
div.DivClassName
{
background-color: #DBA564;
}
.BgClassName
{
background-color: #DBA564;
}
</style>
border-color css
<style>
span { border-color: #DBA564; }
span { border-color: rgb(219,165,100); }
td.TdClassName
{
border-color: #DBA564;
}
.TagClassName
{
border-color: #DBA564;
}
</style>