Shades of Porsche #DBA150
Tints of Porsche #DBA150
RGB
CMYK
RGB Variations
Color information
#DBA150 (or 0xDBA150) is known color: Porsche. HEX triplet: DB, A1 and 50. RGB value is (219,161,80). Sum of RGB (Red+Green+Blue) = 219+161+80=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA150 is #245EAF. Grayscale: #A9A9A9. Windows color (decimal): -2383536 or 5284315. OLE color: 5284315.
HSL color Cylindrical-coordinate representation of color #DBA150: hue angle of 34.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBA150 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 80 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.14 |
| HSL | 34.96º | 0.66% | 0.59% | - |
| HSV(B) | 34.96º | 0.63% | 0.86% | - |
| XYZ | 43.41 | 41.13 | 13.24 | - |
| YUV | 169.11 | 77.72 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 80 | 0 | 0.26 | 0.63 | 0.14 | 34.96 | 0.66 | 0.59 |
| Hex | DB | A1 | 50 | 0 | 1A | 3F | E | 23 | 42 | 3B |
| Octal | 333 | 241 | 120 | 0 | 32 | 77 | 16 | 43 | 102 | 73 |
| Binary | 11011011 | 10100001 | 1010000 | 0 | 11010 | 111111 | 1110 | 100011 | 1000010 | 111011 |
Color Harmonies of #DBA150
Complementary color
Monochromatic Colors of #DBA150
Black with #DBA150
Text Example
Text Example
White with #DBA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA150; }
p { color: rgb(219,161,80); }
H1.HeaderClassName
{
color: #DBA150;
}
.AnyTagClassName
{
color: #DBA150;
}
</style>
background-color css
<style>
a { background-color: #DBA150; }
a { background-color: rgb(219,161,80); }
div.DivClassName
{
background-color: #DBA150;
}
.BgClassName
{
background-color: #DBA150;
}
</style>
border-color css
<style>
span { border-color: #DBA150; }
span { border-color: rgb(219,161,80); }
td.TdClassName
{
border-color: #DBA150;
}
.TagClassName
{
border-color: #DBA150;
}
</style>