Shades of Porsche #DBA256
Tints of Porsche #DBA256
RGB
CMYK
RGB Variations
Color information
#DBA256 (or 0xDBA256) is known color: Porsche. HEX triplet: DB, A2 and 56. RGB value is (219,162,86). Sum of RGB (Red+Green+Blue) = 219+162+86=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA256 is #245DA9. Grayscale: #AAAAAA. Windows color (decimal): -2383274 or 5677787. OLE color: 5677787.
HSL color Cylindrical-coordinate representation of color #DBA256: hue angle of 34.29º 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 #DBA256 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 86 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.14 |
| HSL | 34.29º | 0.65% | 0.6% | - |
| HSV(B) | 34.29º | 0.61% | 0.86% | - |
| XYZ | 43.81 | 41.57 | 14.52 | - |
| YUV | 170.38 | 80.38 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 86 | 0 | 0.26 | 0.61 | 0.14 | 34.29 | 0.65 | 0.6 |
| Hex | DB | A2 | 56 | 0 | 1A | 3D | E | 22 | 41 | 3C |
| Octal | 333 | 242 | 126 | 0 | 32 | 75 | 16 | 42 | 101 | 74 |
| Binary | 11011011 | 10100010 | 1010110 | 0 | 11010 | 111101 | 1110 | 100010 | 1000001 | 111100 |
Color Harmonies of #DBA256
Complementary color
Monochromatic Colors of #DBA256
Black with #DBA256
Text Example
Text Example
White with #DBA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA256; }
p { color: rgb(219,162,86); }
H1.HeaderClassName
{
color: #DBA256;
}
.AnyTagClassName
{
color: #DBA256;
}
</style>
background-color css
<style>
a { background-color: #DBA256; }
a { background-color: rgb(219,162,86); }
div.DivClassName
{
background-color: #DBA256;
}
.BgClassName
{
background-color: #DBA256;
}
</style>
border-color css
<style>
span { border-color: #DBA256; }
span { border-color: rgb(219,162,86); }
td.TdClassName
{
border-color: #DBA256;
}
.TagClassName
{
border-color: #DBA256;
}
</style>