Shades of Porsche #DBA05A
Tints of Porsche #DBA05A
RGB
CMYK
RGB Variations
Color information
#DBA05A (or 0xDBA05A) is known color: Porsche. HEX triplet: DB, A0 and 5A. RGB value is (219,160,90). Sum of RGB (Red+Green+Blue) = 219+160+90=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA05A is #245FA5. Grayscale: #AAAAAA. Windows color (decimal): -2383782 or 5939419. OLE color: 5939419.
HSL color Cylindrical-coordinate representation of color #DBA05A: hue angle of 32.56º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBA05A is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 90 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.14 |
| HSL | 32.56º | 0.64% | 0.61% | - |
| HSV(B) | 32.56º | 0.59% | 0.86% | - |
| XYZ | 43.63 | 40.94 | 15.28 | - |
| YUV | 169.66 | 83.05 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 90 | 0 | 0.27 | 0.59 | 0.14 | 32.56 | 0.64 | 0.61 |
| Hex | DB | A0 | 5A | 0 | 1B | 3B | E | 21 | 40 | 3D |
| Octal | 333 | 240 | 132 | 0 | 33 | 73 | 16 | 41 | 100 | 75 |
| Binary | 11011011 | 10100000 | 1011010 | 0 | 11011 | 111011 | 1110 | 100001 | 1000000 | 111101 |
Color Harmonies of #DBA05A
Complementary color
Monochromatic Colors of #DBA05A
Black with #DBA05A
Text Example
Text Example
White with #DBA05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA05A; }
p { color: rgb(219,160,90); }
H1.HeaderClassName
{
color: #DBA05A;
}
.AnyTagClassName
{
color: #DBA05A;
}
</style>
background-color css
<style>
a { background-color: #DBA05A; }
a { background-color: rgb(219,160,90); }
div.DivClassName
{
background-color: #DBA05A;
}
.BgClassName
{
background-color: #DBA05A;
}
</style>
border-color css
<style>
span { border-color: #DBA05A; }
span { border-color: rgb(219,160,90); }
td.TdClassName
{
border-color: #DBA05A;
}
.TagClassName
{
border-color: #DBA05A;
}
</style>