Shades of Porsche #DBA162
Tints of Porsche #DBA162
RGB
CMYK
RGB Variations
Color information
#DBA162 (or 0xDBA162) is known color: Porsche. HEX triplet: DB, A1 and 62. RGB value is (219,161,98). Sum of RGB (Red+Green+Blue) = 219+161+98=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA162 is #245E9D. Grayscale: #ABABAB. Windows color (decimal): -2383518 or 6463963. OLE color: 6463963.
HSL color Cylindrical-coordinate representation of color #DBA162: hue angle of 31.24º 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 #DBA162 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 98 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.14 |
| HSL | 31.24º | 0.63% | 0.62% | - |
| HSV(B) | 31.24º | 0.55% | 0.86% | - |
| XYZ | 44.16 | 41.43 | 17.22 | - |
| YUV | 171.16 | 86.72 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 98 | 0 | 0.26 | 0.55 | 0.14 | 31.24 | 0.63 | 0.62 |
| Hex | DB | A1 | 62 | 0 | 1A | 37 | E | 1F | 3F | 3E |
| Octal | 333 | 241 | 142 | 0 | 32 | 67 | 16 | 37 | 77 | 76 |
| Binary | 11011011 | 10100001 | 1100010 | 0 | 11010 | 110111 | 1110 | 11111 | 111111 | 111110 |
Color Harmonies of #DBA162
Complementary color
Monochromatic Colors of #DBA162
Black with #DBA162
Text Example
Text Example
White with #DBA162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA162; }
p { color: rgb(219,161,98); }
H1.HeaderClassName
{
color: #DBA162;
}
.AnyTagClassName
{
color: #DBA162;
}
</style>
background-color css
<style>
a { background-color: #DBA162; }
a { background-color: rgb(219,161,98); }
div.DivClassName
{
background-color: #DBA162;
}
.BgClassName
{
background-color: #DBA162;
}
</style>
border-color css
<style>
span { border-color: #DBA162; }
span { border-color: rgb(219,161,98); }
td.TdClassName
{
border-color: #DBA162;
}
.TagClassName
{
border-color: #DBA162;
}
</style>