Shades of Porsche #DBA56E
Tints of Porsche #DBA56E
RGB
CMYK
RGB Variations
Color information
#DBA56E (or 0xDBA56E) is known color: Porsche. HEX triplet: DB, A5 and 6E. RGB value is (219,165,110). Sum of RGB (Red+Green+Blue) = 219+165+110=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA56E is #245A91. Grayscale: #AFAFAF. Windows color (decimal): -2382482 or 7251419. OLE color: 7251419.
HSL color Cylindrical-coordinate representation of color #DBA56E: hue angle of 30.28º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBA56E is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 110 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.14 |
| HSL | 30.28º | 0.6% | 0.65% | - |
| HSV(B) | 30.28º | 0.5% | 0.86% | - |
| XYZ | 45.48 | 43.1 | 20.67 | - |
| YUV | 174.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 110 | 0 | 0.25 | 0.50 | 0.14 | 30.28 | 0.6 | 0.65 |
| Hex | DB | A5 | 6E | 0 | 19 | 32 | E | 1E | 3C | 41 |
| Octal | 333 | 245 | 156 | 0 | 31 | 62 | 16 | 36 | 74 | 101 |
| Binary | 11011011 | 10100101 | 1101110 | 0 | 11001 | 110010 | 1110 | 11110 | 111100 | 1000001 |
Color Harmonies of #DBA56E
Complementary color
Monochromatic Colors of #DBA56E
Black with #DBA56E
Text Example
Text Example
White with #DBA56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA56E; }
p { color: rgb(219,165,110); }
H1.HeaderClassName
{
color: #DBA56E;
}
.AnyTagClassName
{
color: #DBA56E;
}
</style>
background-color css
<style>
a { background-color: #DBA56E; }
a { background-color: rgb(219,165,110); }
div.DivClassName
{
background-color: #DBA56E;
}
.BgClassName
{
background-color: #DBA56E;
}
</style>
border-color css
<style>
span { border-color: #DBA56E; }
span { border-color: rgb(219,165,110); }
td.TdClassName
{
border-color: #DBA56E;
}
.TagClassName
{
border-color: #DBA56E;
}
</style>