Shades of Porsche #DBA462
Tints of Porsche #DBA462
RGB
CMYK
RGB Variations
Color information
#DBA462 (or 0xDBA462) is known color: Porsche. HEX triplet: DB, A4 and 62. RGB value is (219,164,98). Sum of RGB (Red+Green+Blue) = 219+164+98=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA462 is #245B9D. Grayscale: #ADADAD. Windows color (decimal): -2382750 or 6464731. OLE color: 6464731.
HSL color Cylindrical-coordinate representation of color #DBA462: hue angle of 32.73º 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 #DBA462 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 98 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.14 |
| HSL | 32.73º | 0.63% | 0.62% | - |
| HSV(B) | 32.73º | 0.55% | 0.86% | - |
| XYZ | 44.69 | 42.49 | 17.4 | - |
| YUV | 172.92 | 85.72 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 98 | 0 | 0.25 | 0.55 | 0.14 | 32.73 | 0.63 | 0.62 |
| Hex | DB | A4 | 62 | 0 | 19 | 37 | E | 21 | 3F | 3E |
| Octal | 333 | 244 | 142 | 0 | 31 | 67 | 16 | 41 | 77 | 76 |
| Binary | 11011011 | 10100100 | 1100010 | 0 | 11001 | 110111 | 1110 | 100001 | 111111 | 111110 |
Color Harmonies of #DBA462
Complementary color
Monochromatic Colors of #DBA462
Black with #DBA462
Text Example
Text Example
White with #DBA462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA462; }
p { color: rgb(219,164,98); }
H1.HeaderClassName
{
color: #DBA462;
}
.AnyTagClassName
{
color: #DBA462;
}
</style>
background-color css
<style>
a { background-color: #DBA462; }
a { background-color: rgb(219,164,98); }
div.DivClassName
{
background-color: #DBA462;
}
.BgClassName
{
background-color: #DBA462;
}
</style>
border-color css
<style>
span { border-color: #DBA462; }
span { border-color: rgb(219,164,98); }
td.TdClassName
{
border-color: #DBA462;
}
.TagClassName
{
border-color: #DBA462;
}
</style>