Shades of Porsche #DBA367
Tints of Porsche #DBA367
RGB
CMYK
RGB Variations
Color information
#DBA367 (or 0xDBA367) is known color: Porsche. HEX triplet: DB, A3 and 67. RGB value is (219,163,103). Sum of RGB (Red+Green+Blue) = 219+163+103=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA367 is #245C98. Grayscale: #ADADAD. Windows color (decimal): -2383001 or 6792155. OLE color: 6792155.
HSL color Cylindrical-coordinate representation of color #DBA367: hue angle of 31.03º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBA367 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 103 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.14 |
| HSL | 31.03º | 0.62% | 0.63% | - |
| HSV(B) | 31.03º | 0.53% | 0.86% | - |
| XYZ | 44.76 | 42.23 | 18.62 | - |
| YUV | 172.9 | 88.55 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 103 | 0 | 0.26 | 0.53 | 0.14 | 31.03 | 0.62 | 0.63 |
| Hex | DB | A3 | 67 | 0 | 1A | 35 | E | 1F | 3E | 3F |
| Octal | 333 | 243 | 147 | 0 | 32 | 65 | 16 | 37 | 76 | 77 |
| Binary | 11011011 | 10100011 | 1100111 | 0 | 11010 | 110101 | 1110 | 11111 | 111110 | 111111 |
Color Harmonies of #DBA367
Complementary color
Monochromatic Colors of #DBA367
Black with #DBA367
Text Example
Text Example
White with #DBA367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA367; }
p { color: rgb(219,163,103); }
H1.HeaderClassName
{
color: #DBA367;
}
.AnyTagClassName
{
color: #DBA367;
}
</style>
background-color css
<style>
a { background-color: #DBA367; }
a { background-color: rgb(219,163,103); }
div.DivClassName
{
background-color: #DBA367;
}
.BgClassName
{
background-color: #DBA367;
}
</style>
border-color css
<style>
span { border-color: #DBA367; }
span { border-color: rgb(219,163,103); }
td.TdClassName
{
border-color: #DBA367;
}
.TagClassName
{
border-color: #DBA367;
}
</style>