Shades of Porsche #DBA069
Tints of Porsche #DBA069
RGB
CMYK
RGB Variations
Color information
#DBA069 (or 0xDBA069) is known color: Porsche. HEX triplet: DB, A0 and 69. RGB value is (219,160,105). Sum of RGB (Red+Green+Blue) = 219+160+105=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA069 is #245F96. Grayscale: #ABABAB. Windows color (decimal): -2383767 or 6922459. OLE color: 6922459.
HSL color Cylindrical-coordinate representation of color #DBA069: hue angle of 28.95º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBA069 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 105 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.14 |
| HSL | 28.95º | 0.61% | 0.64% | - |
| HSV(B) | 28.95º | 0.52% | 0.86% | - |
| XYZ | 44.33 | 41.22 | 18.98 | - |
| YUV | 171.37 | 90.55 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 105 | 0 | 0.27 | 0.52 | 0.14 | 28.95 | 0.61 | 0.64 |
| Hex | DB | A0 | 69 | 0 | 1B | 34 | E | 1D | 3D | 40 |
| Octal | 333 | 240 | 151 | 0 | 33 | 64 | 16 | 35 | 75 | 100 |
| Binary | 11011011 | 10100000 | 1101001 | 0 | 11011 | 110100 | 1110 | 11101 | 111101 | 1000000 |
Color Harmonies of #DBA069
Complementary color
Monochromatic Colors of #DBA069
Black with #DBA069
Text Example
Text Example
White with #DBA069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA069; }
p { color: rgb(219,160,105); }
H1.HeaderClassName
{
color: #DBA069;
}
.AnyTagClassName
{
color: #DBA069;
}
</style>
background-color css
<style>
a { background-color: #DBA069; }
a { background-color: rgb(219,160,105); }
div.DivClassName
{
background-color: #DBA069;
}
.BgClassName
{
background-color: #DBA069;
}
</style>
border-color css
<style>
span { border-color: #DBA069; }
span { border-color: rgb(219,160,105); }
td.TdClassName
{
border-color: #DBA069;
}
.TagClassName
{
border-color: #DBA069;
}
</style>