Shades of Porsche #DBA055
Tints of Porsche #DBA055
RGB
CMYK
RGB Variations
Color information
#DBA055 (or 0xDBA055) is known color: Porsche. HEX triplet: DB, A0 and 55. RGB value is (219,160,85). Sum of RGB (Red+Green+Blue) = 219+160+85=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA055 is #245FAA. Grayscale: #A9A9A9. Windows color (decimal): -2383787 or 5611739. OLE color: 5611739.
HSL color Cylindrical-coordinate representation of color #DBA055: hue angle of 33.58º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBA055 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 85 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.14 |
| HSL | 33.58º | 0.65% | 0.6% | - |
| HSV(B) | 33.58º | 0.61% | 0.86% | - |
| XYZ | 43.42 | 40.86 | 14.19 | - |
| YUV | 169.09 | 80.55 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 85 | 0 | 0.27 | 0.61 | 0.14 | 33.58 | 0.65 | 0.6 |
| Hex | DB | A0 | 55 | 0 | 1B | 3D | E | 22 | 41 | 3C |
| Octal | 333 | 240 | 125 | 0 | 33 | 75 | 16 | 42 | 101 | 74 |
| Binary | 11011011 | 10100000 | 1010101 | 0 | 11011 | 111101 | 1110 | 100010 | 1000001 | 111100 |
Color Harmonies of #DBA055
Complementary color
Monochromatic Colors of #DBA055
Black with #DBA055
Text Example
Text Example
White with #DBA055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA055; }
p { color: rgb(219,160,85); }
H1.HeaderClassName
{
color: #DBA055;
}
.AnyTagClassName
{
color: #DBA055;
}
</style>
background-color css
<style>
a { background-color: #DBA055; }
a { background-color: rgb(219,160,85); }
div.DivClassName
{
background-color: #DBA055;
}
.BgClassName
{
background-color: #DBA055;
}
</style>
border-color css
<style>
span { border-color: #DBA055; }
span { border-color: rgb(219,160,85); }
td.TdClassName
{
border-color: #DBA055;
}
.TagClassName
{
border-color: #DBA055;
}
</style>