Shades of Porsche #DBA26B
Tints of Porsche #DBA26B
RGB
CMYK
RGB Variations
Color information
#DBA26B (or 0xDBA26B) is known color: Porsche. HEX triplet: DB, A2 and 6B. RGB value is (219,162,107). Sum of RGB (Red+Green+Blue) = 219+162+107=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA26B is #245D94. Grayscale: #ADADAD. Windows color (decimal): -2383253 or 7054043. OLE color: 7054043.
HSL color Cylindrical-coordinate representation of color #DBA26B: hue angle of 29.46º 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 #DBA26B is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 107 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.14 |
| HSL | 29.46º | 0.61% | 0.64% | - |
| HSV(B) | 29.46º | 0.51% | 0.86% | - |
| XYZ | 44.79 | 41.96 | 19.65 | - |
| YUV | 172.77 | 90.88 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 107 | 0 | 0.26 | 0.51 | 0.14 | 29.46 | 0.61 | 0.64 |
| Hex | DB | A2 | 6B | 0 | 1A | 33 | E | 1D | 3D | 40 |
| Octal | 333 | 242 | 153 | 0 | 32 | 63 | 16 | 35 | 75 | 100 |
| Binary | 11011011 | 10100010 | 1101011 | 0 | 11010 | 110011 | 1110 | 11101 | 111101 | 1000000 |
Color Harmonies of #DBA26B
Complementary color
Monochromatic Colors of #DBA26B
Black with #DBA26B
Text Example
Text Example
White with #DBA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA26B; }
p { color: rgb(219,162,107); }
H1.HeaderClassName
{
color: #DBA26B;
}
.AnyTagClassName
{
color: #DBA26B;
}
</style>
background-color css
<style>
a { background-color: #DBA26B; }
a { background-color: rgb(219,162,107); }
div.DivClassName
{
background-color: #DBA26B;
}
.BgClassName
{
background-color: #DBA26B;
}
</style>
border-color css
<style>
span { border-color: #DBA26B; }
span { border-color: rgb(219,162,107); }
td.TdClassName
{
border-color: #DBA26B;
}
.TagClassName
{
border-color: #DBA26B;
}
</style>