Shades of Porsche #DB9D53
Tints of Porsche #DB9D53
RGB
CMYK
RGB Variations
Color information
#DB9D53 (or 0xDB9D53) is known color: Porsche. HEX triplet: DB, 9D and 53. RGB value is (219,157,83). Sum of RGB (Red+Green+Blue) = 219+157+83=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9D53 is #2462AC. Grayscale: #A7A7A7. Windows color (decimal): -2384557 or 5479899. OLE color: 5479899.
HSL color Cylindrical-coordinate representation of color #DB9D53: hue angle of 32.65º 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 #DB9D53 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 83 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.14 |
| HSL | 32.65º | 0.65% | 0.59% | - |
| HSV(B) | 32.65º | 0.62% | 0.86% | - |
| XYZ | 42.83 | 39.8 | 13.61 | - |
| YUV | 167.1 | 80.54 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 83 | 0 | 0.28 | 0.62 | 0.14 | 32.65 | 0.65 | 0.59 |
| Hex | DB | 9D | 53 | 0 | 1C | 3E | E | 21 | 41 | 3B |
| Octal | 333 | 235 | 123 | 0 | 34 | 76 | 16 | 41 | 101 | 73 |
| Binary | 11011011 | 10011101 | 1010011 | 0 | 11100 | 111110 | 1110 | 100001 | 1000001 | 111011 |
Color Harmonies of #DB9D53
Complementary color
Monochromatic Colors of #DB9D53
Black with #DB9D53
Text Example
Text Example
White with #DB9D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D53; }
p { color: rgb(219,157,83); }
H1.HeaderClassName
{
color: #DB9D53;
}
.AnyTagClassName
{
color: #DB9D53;
}
</style>
background-color css
<style>
a { background-color: #DB9D53; }
a { background-color: rgb(219,157,83); }
div.DivClassName
{
background-color: #DB9D53;
}
.BgClassName
{
background-color: #DB9D53;
}
</style>
border-color css
<style>
span { border-color: #DB9D53; }
span { border-color: rgb(219,157,83); }
td.TdClassName
{
border-color: #DB9D53;
}
.TagClassName
{
border-color: #DB9D53;
}
</style>