Shades of Porsche #DBA56B
Tints of Porsche #DBA56B
RGB
CMYK
RGB Variations
Color information
#DBA56B (or 0xDBA56B) is known color: Porsche. HEX triplet: DB, A5 and 6B. RGB value is (219,165,107). Sum of RGB (Red+Green+Blue) = 219+165+107=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA56B is #245A94. Grayscale: #AEAEAE. Windows color (decimal): -2382485 or 7054811. OLE color: 7054811.
HSL color Cylindrical-coordinate representation of color #DBA56B: hue angle of 31.07º 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 #DBA56B is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 107 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.14 |
| HSL | 31.07º | 0.61% | 0.64% | - |
| HSV(B) | 31.07º | 0.51% | 0.86% | - |
| XYZ | 45.32 | 43.03 | 19.83 | - |
| YUV | 174.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 107 | 0 | 0.25 | 0.51 | 0.14 | 31.07 | 0.61 | 0.64 |
| Hex | DB | A5 | 6B | 0 | 19 | 33 | E | 1F | 3D | 40 |
| Octal | 333 | 245 | 153 | 0 | 31 | 63 | 16 | 37 | 75 | 100 |
| Binary | 11011011 | 10100101 | 1101011 | 0 | 11001 | 110011 | 1110 | 11111 | 111101 | 1000000 |
Color Harmonies of #DBA56B
Complementary color
Monochromatic Colors of #DBA56B
Black with #DBA56B
Text Example
Text Example
White with #DBA56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA56B; }
p { color: rgb(219,165,107); }
H1.HeaderClassName
{
color: #DBA56B;
}
.AnyTagClassName
{
color: #DBA56B;
}
</style>
background-color css
<style>
a { background-color: #DBA56B; }
a { background-color: rgb(219,165,107); }
div.DivClassName
{
background-color: #DBA56B;
}
.BgClassName
{
background-color: #DBA56B;
}
</style>
border-color css
<style>
span { border-color: #DBA56B; }
span { border-color: rgb(219,165,107); }
td.TdClassName
{
border-color: #DBA56B;
}
.TagClassName
{
border-color: #DBA56B;
}
</style>