Shades of Porsche #DBA05F
Tints of Porsche #DBA05F
RGB
CMYK
RGB Variations
Color information
#DBA05F (or 0xDBA05F) is known color: Porsche. HEX triplet: DB, A0 and 5F. RGB value is (219,160,95). Sum of RGB (Red+Green+Blue) = 219+160+95=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA05F is #245FA0. Grayscale: #AAAAAA. Windows color (decimal): -2383777 or 6267099. OLE color: 6267099.
HSL color Cylindrical-coordinate representation of color #DBA05F: hue angle of 31.45º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBA05F is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 95 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.14 |
| HSL | 31.45º | 0.63% | 0.62% | - |
| HSV(B) | 31.45º | 0.57% | 0.86% | - |
| XYZ | 43.85 | 41.03 | 16.43 | - |
| YUV | 170.23 | 85.55 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 95 | 0 | 0.27 | 0.57 | 0.14 | 31.45 | 0.63 | 0.62 |
| Hex | DB | A0 | 5F | 0 | 1B | 39 | E | 1F | 3F | 3E |
| Octal | 333 | 240 | 137 | 0 | 33 | 71 | 16 | 37 | 77 | 76 |
| Binary | 11011011 | 10100000 | 1011111 | 0 | 11011 | 111001 | 1110 | 11111 | 111111 | 111110 |
Color Harmonies of #DBA05F
Complementary color
Monochromatic Colors of #DBA05F
Black with #DBA05F
Text Example
Text Example
White with #DBA05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA05F; }
p { color: rgb(219,160,95); }
H1.HeaderClassName
{
color: #DBA05F;
}
.AnyTagClassName
{
color: #DBA05F;
}
</style>
background-color css
<style>
a { background-color: #DBA05F; }
a { background-color: rgb(219,160,95); }
div.DivClassName
{
background-color: #DBA05F;
}
.BgClassName
{
background-color: #DBA05F;
}
</style>
border-color css
<style>
span { border-color: #DBA05F; }
span { border-color: rgb(219,160,95); }
td.TdClassName
{
border-color: #DBA05F;
}
.TagClassName
{
border-color: #DBA05F;
}
</style>