Shades of Porsche #DBA25B
Tints of Porsche #DBA25B
RGB
CMYK
RGB Variations
Color information
#DBA25B (or 0xDBA25B) is known color: Porsche. HEX triplet: DB, A2 and 5B. RGB value is (219,162,91). Sum of RGB (Red+Green+Blue) = 219+162+91=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA25B is #245DA4. Grayscale: #ABABAB. Windows color (decimal): -2383269 or 6005467. OLE color: 6005467.
HSL color Cylindrical-coordinate representation of color #DBA25B: hue angle of 33.28º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBA25B is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 91 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.14 |
| HSL | 33.28º | 0.64% | 0.61% | - |
| HSV(B) | 33.28º | 0.58% | 0.86% | - |
| XYZ | 44.02 | 41.66 | 15.62 | - |
| YUV | 170.95 | 82.88 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 91 | 0 | 0.26 | 0.58 | 0.14 | 33.28 | 0.64 | 0.61 |
| Hex | DB | A2 | 5B | 0 | 1A | 3A | E | 21 | 40 | 3D |
| Octal | 333 | 242 | 133 | 0 | 32 | 72 | 16 | 41 | 100 | 75 |
| Binary | 11011011 | 10100010 | 1011011 | 0 | 11010 | 111010 | 1110 | 100001 | 1000000 | 111101 |
Color Harmonies of #DBA25B
Complementary color
Monochromatic Colors of #DBA25B
Black with #DBA25B
Text Example
Text Example
White with #DBA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA25B; }
p { color: rgb(219,162,91); }
H1.HeaderClassName
{
color: #DBA25B;
}
.AnyTagClassName
{
color: #DBA25B;
}
</style>
background-color css
<style>
a { background-color: #DBA25B; }
a { background-color: rgb(219,162,91); }
div.DivClassName
{
background-color: #DBA25B;
}
.BgClassName
{
background-color: #DBA25B;
}
</style>
border-color css
<style>
span { border-color: #DBA25B; }
span { border-color: rgb(219,162,91); }
td.TdClassName
{
border-color: #DBA25B;
}
.TagClassName
{
border-color: #DBA25B;
}
</style>