Shades of Porsche #DB9B54
Tints of Porsche #DB9B54
RGB
CMYK
RGB Variations
Color information
#DB9B54 (or 0xDB9B54) is known color: Porsche. HEX triplet: DB, 9B and 54. RGB value is (219,155,84). Sum of RGB (Red+Green+Blue) = 219+155+84=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B54 is #2464AB. Grayscale: #A6A6A6. Windows color (decimal): -2385068 or 5544923. OLE color: 5544923.
HSL color Cylindrical-coordinate representation of color #DB9B54: hue angle of 31.56º 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 #DB9B54 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 84 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.14 |
| HSL | 31.56º | 0.65% | 0.59% | - |
| HSV(B) | 31.56º | 0.62% | 0.86% | - |
| XYZ | 42.54 | 39.14 | 13.7 | - |
| YUV | 166.04 | 81.7 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 84 | 0 | 0.29 | 0.62 | 0.14 | 31.56 | 0.65 | 0.59 |
| Hex | DB | 9B | 54 | 0 | 1D | 3E | E | 20 | 41 | 3B |
| Octal | 333 | 233 | 124 | 0 | 35 | 76 | 16 | 40 | 101 | 73 |
| Binary | 11011011 | 10011011 | 1010100 | 0 | 11101 | 111110 | 1110 | 100000 | 1000001 | 111011 |
Color Harmonies of #DB9B54
Complementary color
Monochromatic Colors of #DB9B54
Black with #DB9B54
Text Example
Text Example
White with #DB9B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B54; }
p { color: rgb(219,155,84); }
H1.HeaderClassName
{
color: #DB9B54;
}
.AnyTagClassName
{
color: #DB9B54;
}
</style>
background-color css
<style>
a { background-color: #DB9B54; }
a { background-color: rgb(219,155,84); }
div.DivClassName
{
background-color: #DB9B54;
}
.BgClassName
{
background-color: #DB9B54;
}
</style>
border-color css
<style>
span { border-color: #DB9B54; }
span { border-color: rgb(219,155,84); }
td.TdClassName
{
border-color: #DB9B54;
}
.TagClassName
{
border-color: #DB9B54;
}
</style>