Shades of Porsche #DBA46A
Tints of Porsche #DBA46A
RGB
CMYK
RGB Variations
Color information
#DBA46A (or 0xDBA46A) is known color: Porsche. HEX triplet: DB, A4 and 6A. RGB value is (219,164,106). Sum of RGB (Red+Green+Blue) = 219+164+106=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA46A is #245B95. Grayscale: #AEAEAE. Windows color (decimal): -2382742 or 6989019. OLE color: 6989019.
HSL color Cylindrical-coordinate representation of color #DBA46A: hue angle of 30.8º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBA46A is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 106 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.14 |
| HSL | 30.8º | 0.61% | 0.64% | - |
| HSV(B) | 30.8º | 0.52% | 0.86% | - |
| XYZ | 45.09 | 42.65 | 19.49 | - |
| YUV | 173.83 | 89.72 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 106 | 0 | 0.25 | 0.52 | 0.14 | 30.8 | 0.61 | 0.64 |
| Hex | DB | A4 | 6A | 0 | 19 | 34 | E | 1F | 3D | 40 |
| Octal | 333 | 244 | 152 | 0 | 31 | 64 | 16 | 37 | 75 | 100 |
| Binary | 11011011 | 10100100 | 1101010 | 0 | 11001 | 110100 | 1110 | 11111 | 111101 | 1000000 |
Color Harmonies of #DBA46A
Complementary color
Monochromatic Colors of #DBA46A
Black with #DBA46A
Text Example
Text Example
White with #DBA46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA46A; }
p { color: rgb(219,164,106); }
H1.HeaderClassName
{
color: #DBA46A;
}
.AnyTagClassName
{
color: #DBA46A;
}
</style>
background-color css
<style>
a { background-color: #DBA46A; }
a { background-color: rgb(219,164,106); }
div.DivClassName
{
background-color: #DBA46A;
}
.BgClassName
{
background-color: #DBA46A;
}
</style>
border-color css
<style>
span { border-color: #DBA46A; }
span { border-color: rgb(219,164,106); }
td.TdClassName
{
border-color: #DBA46A;
}
.TagClassName
{
border-color: #DBA46A;
}
</style>