Shades of Porsche #DBA362
Tints of Porsche #DBA362
RGB
CMYK
RGB Variations
Color information
#DBA362 (or 0xDBA362) is known color: Porsche. HEX triplet: DB, A3 and 62. RGB value is (219,163,98). Sum of RGB (Red+Green+Blue) = 219+163+98=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA362 is #245C9D. Grayscale: #ACACAC. Windows color (decimal): -2383006 or 6464475. OLE color: 6464475.
HSL color Cylindrical-coordinate representation of color #DBA362: hue angle of 32.23º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBA362 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 98 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.14 |
| HSL | 32.23º | 0.63% | 0.62% | - |
| HSV(B) | 32.23º | 0.55% | 0.86% | - |
| XYZ | 44.52 | 42.14 | 17.34 | - |
| YUV | 172.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 98 | 0 | 0.26 | 0.55 | 0.14 | 32.23 | 0.63 | 0.62 |
| Hex | DB | A3 | 62 | 0 | 1A | 37 | E | 20 | 3F | 3E |
| Octal | 333 | 243 | 142 | 0 | 32 | 67 | 16 | 40 | 77 | 76 |
| Binary | 11011011 | 10100011 | 1100010 | 0 | 11010 | 110111 | 1110 | 100000 | 111111 | 111110 |
Color Harmonies of #DBA362
Complementary color
Monochromatic Colors of #DBA362
Black with #DBA362
Text Example
Text Example
White with #DBA362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA362; }
p { color: rgb(219,163,98); }
H1.HeaderClassName
{
color: #DBA362;
}
.AnyTagClassName
{
color: #DBA362;
}
</style>
background-color css
<style>
a { background-color: #DBA362; }
a { background-color: rgb(219,163,98); }
div.DivClassName
{
background-color: #DBA362;
}
.BgClassName
{
background-color: #DBA362;
}
</style>
border-color css
<style>
span { border-color: #DBA362; }
span { border-color: rgb(219,163,98); }
td.TdClassName
{
border-color: #DBA362;
}
.TagClassName
{
border-color: #DBA362;
}
</style>