Shades of Porsche #DBA46D
Tints of Porsche #DBA46D
RGB
CMYK
RGB Variations
Color information
#DBA46D (or 0xDBA46D) is known color: Porsche. HEX triplet: DB, A4 and 6D. RGB value is (219,164,109). Sum of RGB (Red+Green+Blue) = 219+164+109=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA46D is #245B92. Grayscale: #AEAEAE. Windows color (decimal): -2382739 or 7185627. OLE color: 7185627.
HSL color Cylindrical-coordinate representation of color #DBA46D: hue angle of 30º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBA46D is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 109 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.14 |
| HSL | 30º | 0.6% | 0.64% | - |
| HSV(B) | 30º | 0.5% | 0.86% | - |
| XYZ | 45.25 | 42.72 | 20.33 | - |
| YUV | 174.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 109 | 0 | 0.25 | 0.50 | 0.14 | 30 | 0.6 | 0.64 |
| Hex | DB | A4 | 6D | 0 | 19 | 32 | E | 1E | 3C | 40 |
| Octal | 333 | 244 | 155 | 0 | 31 | 62 | 16 | 36 | 74 | 100 |
| Binary | 11011011 | 10100100 | 1101101 | 0 | 11001 | 110010 | 1110 | 11110 | 111100 | 1000000 |
Color Harmonies of #DBA46D
Complementary color
Monochromatic Colors of #DBA46D
Black with #DBA46D
Text Example
Text Example
White with #DBA46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA46D; }
p { color: rgb(219,164,109); }
H1.HeaderClassName
{
color: #DBA46D;
}
.AnyTagClassName
{
color: #DBA46D;
}
</style>
background-color css
<style>
a { background-color: #DBA46D; }
a { background-color: rgb(219,164,109); }
div.DivClassName
{
background-color: #DBA46D;
}
.BgClassName
{
background-color: #DBA46D;
}
</style>
border-color css
<style>
span { border-color: #DBA46D; }
span { border-color: rgb(219,164,109); }
td.TdClassName
{
border-color: #DBA46D;
}
.TagClassName
{
border-color: #DBA46D;
}
</style>