Shades of Porsche #DBA164
Tints of Porsche #DBA164
RGB
CMYK
RGB Variations
Color information
#DBA164 (or 0xDBA164) is known color: Porsche. HEX triplet: DB, A1 and 64. RGB value is (219,161,100). Sum of RGB (Red+Green+Blue) = 219+161+100=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA164 is #245E9B. Grayscale: #ABABAB. Windows color (decimal): -2383516 or 6595035. OLE color: 6595035.
HSL color Cylindrical-coordinate representation of color #DBA164: hue angle of 30.76º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBA164 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 100 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.14 |
| HSL | 30.76º | 0.62% | 0.63% | - |
| HSV(B) | 30.76º | 0.54% | 0.86% | - |
| XYZ | 44.26 | 41.47 | 17.73 | - |
| YUV | 171.39 | 87.72 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 100 | 0 | 0.26 | 0.54 | 0.14 | 30.76 | 0.62 | 0.63 |
| Hex | DB | A1 | 64 | 0 | 1A | 36 | E | 1F | 3E | 3F |
| Octal | 333 | 241 | 144 | 0 | 32 | 66 | 16 | 37 | 76 | 77 |
| Binary | 11011011 | 10100001 | 1100100 | 0 | 11010 | 110110 | 1110 | 11111 | 111110 | 111111 |
Color Harmonies of #DBA164
Complementary color
Monochromatic Colors of #DBA164
Black with #DBA164
Text Example
Text Example
White with #DBA164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA164; }
p { color: rgb(219,161,100); }
H1.HeaderClassName
{
color: #DBA164;
}
.AnyTagClassName
{
color: #DBA164;
}
</style>
background-color css
<style>
a { background-color: #DBA164; }
a { background-color: rgb(219,161,100); }
div.DivClassName
{
background-color: #DBA164;
}
.BgClassName
{
background-color: #DBA164;
}
</style>
border-color css
<style>
span { border-color: #DBA164; }
span { border-color: rgb(219,161,100); }
td.TdClassName
{
border-color: #DBA164;
}
.TagClassName
{
border-color: #DBA164;
}
</style>