Shades of Porsche #DBA364
Tints of Porsche #DBA364
RGB
CMYK
RGB Variations
Color information
#DBA364 (or 0xDBA364) is known color: Porsche. HEX triplet: DB, A3 and 64. RGB value is (219,163,100). Sum of RGB (Red+Green+Blue) = 219+163+100=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA364 is #245C9B. Grayscale: #ACACAC. Windows color (decimal): -2383004 or 6595547. OLE color: 6595547.
HSL color Cylindrical-coordinate representation of color #DBA364: hue angle of 31.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 #DBA364 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 100 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.14 |
| HSL | 31.76º | 0.62% | 0.63% | - |
| HSV(B) | 31.76º | 0.54% | 0.86% | - |
| XYZ | 44.61 | 42.17 | 17.85 | - |
| YUV | 172.56 | 87.05 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 100 | 0 | 0.26 | 0.54 | 0.14 | 31.76 | 0.62 | 0.63 |
| Hex | DB | A3 | 64 | 0 | 1A | 36 | E | 20 | 3E | 3F |
| Octal | 333 | 243 | 144 | 0 | 32 | 66 | 16 | 40 | 76 | 77 |
| Binary | 11011011 | 10100011 | 1100100 | 0 | 11010 | 110110 | 1110 | 100000 | 111110 | 111111 |
Color Harmonies of #DBA364
Complementary color
Monochromatic Colors of #DBA364
Black with #DBA364
Text Example
Text Example
White with #DBA364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA364; }
p { color: rgb(219,163,100); }
H1.HeaderClassName
{
color: #DBA364;
}
.AnyTagClassName
{
color: #DBA364;
}
</style>
background-color css
<style>
a { background-color: #DBA364; }
a { background-color: rgb(219,163,100); }
div.DivClassName
{
background-color: #DBA364;
}
.BgClassName
{
background-color: #DBA364;
}
</style>
border-color css
<style>
span { border-color: #DBA364; }
span { border-color: rgb(219,163,100); }
td.TdClassName
{
border-color: #DBA364;
}
.TagClassName
{
border-color: #DBA364;
}
</style>