Shades of Porsche #DBA35E
Tints of Porsche #DBA35E
RGB
CMYK
RGB Variations
Color information
#DBA35E (or 0xDBA35E) is known color: Porsche. HEX triplet: DB, A3 and 5E. RGB value is (219,163,94). Sum of RGB (Red+Green+Blue) = 219+163+94=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA35E is #245CA1. Grayscale: #ACACAC. Windows color (decimal): -2383010 or 6202331. OLE color: 6202331.
HSL color Cylindrical-coordinate representation of color #DBA35E: hue angle of 33.12º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBA35E is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 94 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.14 |
| HSL | 33.12º | 0.63% | 0.61% | - |
| HSV(B) | 33.12º | 0.57% | 0.86% | - |
| XYZ | 44.33 | 42.06 | 16.37 | - |
| YUV | 171.88 | 84.05 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 94 | 0 | 0.26 | 0.57 | 0.14 | 33.12 | 0.63 | 0.61 |
| Hex | DB | A3 | 5E | 0 | 1A | 39 | E | 21 | 3F | 3D |
| Octal | 333 | 243 | 136 | 0 | 32 | 71 | 16 | 41 | 77 | 75 |
| Binary | 11011011 | 10100011 | 1011110 | 0 | 11010 | 111001 | 1110 | 100001 | 111111 | 111101 |
Color Harmonies of #DBA35E
Complementary color
Monochromatic Colors of #DBA35E
Black with #DBA35E
Text Example
Text Example
White with #DBA35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA35E; }
p { color: rgb(219,163,94); }
H1.HeaderClassName
{
color: #DBA35E;
}
.AnyTagClassName
{
color: #DBA35E;
}
</style>
background-color css
<style>
a { background-color: #DBA35E; }
a { background-color: rgb(219,163,94); }
div.DivClassName
{
background-color: #DBA35E;
}
.BgClassName
{
background-color: #DBA35E;
}
</style>
border-color css
<style>
span { border-color: #DBA35E; }
span { border-color: rgb(219,163,94); }
td.TdClassName
{
border-color: #DBA35E;
}
.TagClassName
{
border-color: #DBA35E;
}
</style>