Shades of Porsche #DB9E53
Tints of Porsche #DB9E53
RGB
CMYK
RGB Variations
Color information
#DB9E53 (or 0xDB9E53) is known color: Porsche. HEX triplet: DB, 9E and 53. RGB value is (219,158,83). Sum of RGB (Red+Green+Blue) = 219+158+83=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E53 is #2461AC. Grayscale: #A8A8A8. Windows color (decimal): -2384301 or 5480155. OLE color: 5480155.
HSL color Cylindrical-coordinate representation of color #DB9E53: hue angle of 33.09º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB9E53 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 83 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.14 |
| HSL | 33.09º | 0.65% | 0.59% | - |
| HSV(B) | 33.09º | 0.62% | 0.86% | - |
| XYZ | 43 | 40.14 | 13.66 | - |
| YUV | 167.69 | 80.21 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 83 | 0 | 0.28 | 0.62 | 0.14 | 33.09 | 0.65 | 0.59 |
| Hex | DB | 9E | 53 | 0 | 1C | 3E | E | 21 | 41 | 3B |
| Octal | 333 | 236 | 123 | 0 | 34 | 76 | 16 | 41 | 101 | 73 |
| Binary | 11011011 | 10011110 | 1010011 | 0 | 11100 | 111110 | 1110 | 100001 | 1000001 | 111011 |
Color Harmonies of #DB9E53
Complementary color
Monochromatic Colors of #DB9E53
Black with #DB9E53
Text Example
Text Example
White with #DB9E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E53; }
p { color: rgb(219,158,83); }
H1.HeaderClassName
{
color: #DB9E53;
}
.AnyTagClassName
{
color: #DB9E53;
}
</style>
background-color css
<style>
a { background-color: #DB9E53; }
a { background-color: rgb(219,158,83); }
div.DivClassName
{
background-color: #DB9E53;
}
.BgClassName
{
background-color: #DB9E53;
}
</style>
border-color css
<style>
span { border-color: #DB9E53; }
span { border-color: rgb(219,158,83); }
td.TdClassName
{
border-color: #DB9E53;
}
.TagClassName
{
border-color: #DB9E53;
}
</style>