Shades of Porsche #DBA66A
Tints of Porsche #DBA66A
RGB
CMYK
RGB Variations
Color information
#DBA66A (or 0xDBA66A) is known color: Porsche. HEX triplet: DB, A6 and 6A. RGB value is (219,166,106). Sum of RGB (Red+Green+Blue) = 219+166+106=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA66A is #245995. Grayscale: #AFAFAF. Windows color (decimal): -2382230 or 6989531. OLE color: 6989531.
HSL color Cylindrical-coordinate representation of color #DBA66A: hue angle of 31.86º 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 #DBA66A is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 106 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.14 |
| HSL | 31.86º | 0.61% | 0.64% | - |
| HSV(B) | 31.86º | 0.52% | 0.86% | - |
| XYZ | 45.45 | 43.37 | 19.61 | - |
| YUV | 175.01 | 89.06 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 106 | 0 | 0.24 | 0.52 | 0.14 | 31.86 | 0.61 | 0.64 |
| Hex | DB | A6 | 6A | 0 | 18 | 34 | E | 20 | 3D | 40 |
| Octal | 333 | 246 | 152 | 0 | 30 | 64 | 16 | 40 | 75 | 100 |
| Binary | 11011011 | 10100110 | 1101010 | 0 | 11000 | 110100 | 1110 | 100000 | 111101 | 1000000 |
Color Harmonies of #DBA66A
Complementary color
Monochromatic Colors of #DBA66A
Black with #DBA66A
Text Example
Text Example
White with #DBA66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA66A; }
p { color: rgb(219,166,106); }
H1.HeaderClassName
{
color: #DBA66A;
}
.AnyTagClassName
{
color: #DBA66A;
}
</style>
background-color css
<style>
a { background-color: #DBA66A; }
a { background-color: rgb(219,166,106); }
div.DivClassName
{
background-color: #DBA66A;
}
.BgClassName
{
background-color: #DBA66A;
}
</style>
border-color css
<style>
span { border-color: #DBA66A; }
span { border-color: rgb(219,166,106); }
td.TdClassName
{
border-color: #DBA66A;
}
.TagClassName
{
border-color: #DBA66A;
}
</style>