Shades of Porsche #DB9F54
Tints of Porsche #DB9F54
RGB
CMYK
RGB Variations
Color information
#DB9F54 (or 0xDB9F54) is known color: Porsche. HEX triplet: DB, 9F and 54. RGB value is (219,159,84). Sum of RGB (Red+Green+Blue) = 219+159+84=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F54 is #2460AB. Grayscale: #A8A8A8. Windows color (decimal): -2384044 or 5545947. OLE color: 5545947.
HSL color Cylindrical-coordinate representation of color #DB9F54: hue angle of 33.33º 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 #DB9F54 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 84 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.14 |
| HSL | 33.33º | 0.65% | 0.59% | - |
| HSV(B) | 33.33º | 0.62% | 0.86% | - |
| XYZ | 43.21 | 40.5 | 13.93 | - |
| YUV | 168.39 | 80.38 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 84 | 0 | 0.27 | 0.62 | 0.14 | 33.33 | 0.65 | 0.59 |
| Hex | DB | 9F | 54 | 0 | 1B | 3E | E | 21 | 41 | 3B |
| Octal | 333 | 237 | 124 | 0 | 33 | 76 | 16 | 41 | 101 | 73 |
| Binary | 11011011 | 10011111 | 1010100 | 0 | 11011 | 111110 | 1110 | 100001 | 1000001 | 111011 |
Color Harmonies of #DB9F54
Complementary color
Monochromatic Colors of #DB9F54
Black with #DB9F54
Text Example
Text Example
White with #DB9F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F54; }
p { color: rgb(219,159,84); }
H1.HeaderClassName
{
color: #DB9F54;
}
.AnyTagClassName
{
color: #DB9F54;
}
</style>
background-color css
<style>
a { background-color: #DB9F54; }
a { background-color: rgb(219,159,84); }
div.DivClassName
{
background-color: #DB9F54;
}
.BgClassName
{
background-color: #DB9F54;
}
</style>
border-color css
<style>
span { border-color: #DB9F54; }
span { border-color: rgb(219,159,84); }
td.TdClassName
{
border-color: #DB9F54;
}
.TagClassName
{
border-color: #DB9F54;
}
</style>