Shades of Porsche #DBA358
Tints of Porsche #DBA358
RGB
CMYK
RGB Variations
Color information
#DBA358 (or 0xDBA358) is known color: Porsche. HEX triplet: DB, A3 and 58. RGB value is (219,163,88). Sum of RGB (Red+Green+Blue) = 219+163+88=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA358 is #245CA7. Grayscale: #ABABAB. Windows color (decimal): -2383016 or 5809115. OLE color: 5809115.
HSL color Cylindrical-coordinate representation of color #DBA358: hue angle of 34.35º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBA358 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 88 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.14 |
| HSL | 34.35º | 0.65% | 0.6% | - |
| HSV(B) | 34.35º | 0.6% | 0.86% | - |
| XYZ | 44.07 | 41.96 | 15.01 | - |
| YUV | 171.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 88 | 0 | 0.26 | 0.60 | 0.14 | 34.35 | 0.65 | 0.6 |
| Hex | DB | A3 | 58 | 0 | 1A | 3C | E | 22 | 41 | 3C |
| Octal | 333 | 243 | 130 | 0 | 32 | 74 | 16 | 42 | 101 | 74 |
| Binary | 11011011 | 10100011 | 1011000 | 0 | 11010 | 111100 | 1110 | 100010 | 1000001 | 111100 |
Color Harmonies of #DBA358
Complementary color
Monochromatic Colors of #DBA358
Black with #DBA358
Text Example
Text Example
White with #DBA358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA358; }
p { color: rgb(219,163,88); }
H1.HeaderClassName
{
color: #DBA358;
}
.AnyTagClassName
{
color: #DBA358;
}
</style>
background-color css
<style>
a { background-color: #DBA358; }
a { background-color: rgb(219,163,88); }
div.DivClassName
{
background-color: #DBA358;
}
.BgClassName
{
background-color: #DBA358;
}
</style>
border-color css
<style>
span { border-color: #DBA358; }
span { border-color: rgb(219,163,88); }
td.TdClassName
{
border-color: #DBA358;
}
.TagClassName
{
border-color: #DBA358;
}
</style>