Shades of Porsche #DBA068
Tints of Porsche #DBA068
RGB
CMYK
RGB Variations
Color information
#DBA068 (or 0xDBA068) is known color: Porsche. HEX triplet: DB, A0 and 68. RGB value is (219,160,104). Sum of RGB (Red+Green+Blue) = 219+160+104=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA068 is #245F97. Grayscale: #ABABAB. Windows color (decimal): -2383768 or 6856923. OLE color: 6856923.
HSL color Cylindrical-coordinate representation of color #DBA068: hue angle of 29.22º degrees, saturation: 0.61, 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 #DBA068 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 104 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.14 |
| HSL | 29.22º | 0.61% | 0.63% | - |
| HSV(B) | 29.22º | 0.53% | 0.86% | - |
| XYZ | 44.28 | 41.2 | 18.72 | - |
| YUV | 171.26 | 90.05 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 104 | 0 | 0.27 | 0.53 | 0.14 | 29.22 | 0.61 | 0.63 |
| Hex | DB | A0 | 68 | 0 | 1B | 35 | E | 1D | 3D | 3F |
| Octal | 333 | 240 | 150 | 0 | 33 | 65 | 16 | 35 | 75 | 77 |
| Binary | 11011011 | 10100000 | 1101000 | 0 | 11011 | 110101 | 1110 | 11101 | 111101 | 111111 |
Color Harmonies of #DBA068
Complementary color
Monochromatic Colors of #DBA068
Black with #DBA068
Text Example
Text Example
White with #DBA068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA068; }
p { color: rgb(219,160,104); }
H1.HeaderClassName
{
color: #DBA068;
}
.AnyTagClassName
{
color: #DBA068;
}
</style>
background-color css
<style>
a { background-color: #DBA068; }
a { background-color: rgb(219,160,104); }
div.DivClassName
{
background-color: #DBA068;
}
.BgClassName
{
background-color: #DBA068;
}
</style>
border-color css
<style>
span { border-color: #DBA068; }
span { border-color: rgb(219,160,104); }
td.TdClassName
{
border-color: #DBA068;
}
.TagClassName
{
border-color: #DBA068;
}
</style>