Shades of Porsche #DBA360
Tints of Porsche #DBA360
RGB
CMYK
RGB Variations
Color information
#DBA360 (or 0xDBA360) is known color: Porsche. HEX triplet: DB, A3 and 60. RGB value is (219,163,96). Sum of RGB (Red+Green+Blue) = 219+163+96=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA360 is #245C9F. Grayscale: #ACACAC. Windows color (decimal): -2383008 or 6333403. OLE color: 6333403.
HSL color Cylindrical-coordinate representation of color #DBA360: hue angle of 32.68º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBA360 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 96 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.14 |
| HSL | 32.68º | 0.63% | 0.62% | - |
| HSV(B) | 32.68º | 0.56% | 0.86% | - |
| XYZ | 44.42 | 42.1 | 16.85 | - |
| YUV | 172.11 | 85.05 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 96 | 0 | 0.26 | 0.56 | 0.14 | 32.68 | 0.63 | 0.62 |
| Hex | DB | A3 | 60 | 0 | 1A | 38 | E | 21 | 3F | 3E |
| Octal | 333 | 243 | 140 | 0 | 32 | 70 | 16 | 41 | 77 | 76 |
| Binary | 11011011 | 10100011 | 1100000 | 0 | 11010 | 111000 | 1110 | 100001 | 111111 | 111110 |
Color Harmonies of #DBA360
Complementary color
Monochromatic Colors of #DBA360
Black with #DBA360
Text Example
Text Example
White with #DBA360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA360; }
p { color: rgb(219,163,96); }
H1.HeaderClassName
{
color: #DBA360;
}
.AnyTagClassName
{
color: #DBA360;
}
</style>
background-color css
<style>
a { background-color: #DBA360; }
a { background-color: rgb(219,163,96); }
div.DivClassName
{
background-color: #DBA360;
}
.BgClassName
{
background-color: #DBA360;
}
</style>
border-color css
<style>
span { border-color: #DBA360; }
span { border-color: rgb(219,163,96); }
td.TdClassName
{
border-color: #DBA360;
}
.TagClassName
{
border-color: #DBA360;
}
</style>