Shades of Porsche #DBA46C
Tints of Porsche #DBA46C
RGB
CMYK
RGB Variations
Color information
#DBA46C (or 0xDBA46C) is known color: Porsche. HEX triplet: DB, A4 and 6C. RGB value is (219,164,108). Sum of RGB (Red+Green+Blue) = 219+164+108=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA46C is #245B93. Grayscale: #AEAEAE. Windows color (decimal): -2382740 or 7120091. OLE color: 7120091.
HSL color Cylindrical-coordinate representation of color #DBA46C: hue angle of 30.27º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBA46C is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 108 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.14 |
| HSL | 30.27º | 0.61% | 0.64% | - |
| HSV(B) | 30.27º | 0.51% | 0.86% | - |
| XYZ | 45.2 | 42.69 | 20.05 | - |
| YUV | 174.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 108 | 0 | 0.25 | 0.51 | 0.14 | 30.27 | 0.61 | 0.64 |
| Hex | DB | A4 | 6C | 0 | 19 | 33 | E | 1E | 3D | 40 |
| Octal | 333 | 244 | 154 | 0 | 31 | 63 | 16 | 36 | 75 | 100 |
| Binary | 11011011 | 10100100 | 1101100 | 0 | 11001 | 110011 | 1110 | 11110 | 111101 | 1000000 |
Color Harmonies of #DBA46C
Complementary color
Monochromatic Colors of #DBA46C
Black with #DBA46C
Text Example
Text Example
White with #DBA46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA46C; }
p { color: rgb(219,164,108); }
H1.HeaderClassName
{
color: #DBA46C;
}
.AnyTagClassName
{
color: #DBA46C;
}
</style>
background-color css
<style>
a { background-color: #DBA46C; }
a { background-color: rgb(219,164,108); }
div.DivClassName
{
background-color: #DBA46C;
}
.BgClassName
{
background-color: #DBA46C;
}
</style>
border-color css
<style>
span { border-color: #DBA46C; }
span { border-color: rgb(219,164,108); }
td.TdClassName
{
border-color: #DBA46C;
}
.TagClassName
{
border-color: #DBA46C;
}
</style>