Shades of Porsche #DBA366
Tints of Porsche #DBA366
RGB
CMYK
RGB Variations
Color information
#DBA366 (or 0xDBA366) is known color: Porsche. HEX triplet: DB, A3 and 66. RGB value is (219,163,102). Sum of RGB (Red+Green+Blue) = 219+163+102=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA366 is #245C99. Grayscale: #ADADAD. Windows color (decimal): -2383002 or 6726619. OLE color: 6726619.
HSL color Cylindrical-coordinate representation of color #DBA366: hue angle of 31.28º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBA366 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 102 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.14 |
| HSL | 31.28º | 0.62% | 0.63% | - |
| HSV(B) | 31.28º | 0.53% | 0.86% | - |
| XYZ | 44.71 | 42.21 | 18.36 | - |
| YUV | 172.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 102 | 0 | 0.26 | 0.53 | 0.14 | 31.28 | 0.62 | 0.63 |
| Hex | DB | A3 | 66 | 0 | 1A | 35 | E | 1F | 3E | 3F |
| Octal | 333 | 243 | 146 | 0 | 32 | 65 | 16 | 37 | 76 | 77 |
| Binary | 11011011 | 10100011 | 1100110 | 0 | 11010 | 110101 | 1110 | 11111 | 111110 | 111111 |
Color Harmonies of #DBA366
Complementary color
Monochromatic Colors of #DBA366
Black with #DBA366
Text Example
Text Example
White with #DBA366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA366; }
p { color: rgb(219,163,102); }
H1.HeaderClassName
{
color: #DBA366;
}
.AnyTagClassName
{
color: #DBA366;
}
</style>
background-color css
<style>
a { background-color: #DBA366; }
a { background-color: rgb(219,163,102); }
div.DivClassName
{
background-color: #DBA366;
}
.BgClassName
{
background-color: #DBA366;
}
</style>
border-color css
<style>
span { border-color: #DBA366; }
span { border-color: rgb(219,163,102); }
td.TdClassName
{
border-color: #DBA366;
}
.TagClassName
{
border-color: #DBA366;
}
</style>