Shades of Porsche #DB9A5E
Tints of Porsche #DB9A5E
RGB
CMYK
RGB Variations
Color information
#DB9A5E (or 0xDB9A5E) is known color: Porsche. HEX triplet: DB, 9A and 5E. RGB value is (219,154,94). Sum of RGB (Red+Green+Blue) = 219+154+94=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A5E is #2465A1. Grayscale: #A6A6A6. Windows color (decimal): -2385314 or 6200027. OLE color: 6200027.
HSL color Cylindrical-coordinate representation of color #DB9A5E: hue angle of 28.8º 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 #DB9A5E is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 94 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.14 |
| HSL | 28.8º | 0.63% | 0.61% | - |
| HSV(B) | 28.8º | 0.57% | 0.86% | - |
| XYZ | 42.79 | 38.98 | 15.86 | - |
| YUV | 166.6 | 87.03 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 94 | 0 | 0.30 | 0.57 | 0.14 | 28.8 | 0.63 | 0.61 |
| Hex | DB | 9A | 5E | 0 | 1E | 39 | E | 1D | 3F | 3D |
| Octal | 333 | 232 | 136 | 0 | 36 | 71 | 16 | 35 | 77 | 75 |
| Binary | 11011011 | 10011010 | 1011110 | 0 | 11110 | 111001 | 1110 | 11101 | 111111 | 111101 |
Color Harmonies of #DB9A5E
Complementary color
Monochromatic Colors of #DB9A5E
Black with #DB9A5E
Text Example
Text Example
White with #DB9A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A5E; }
p { color: rgb(219,154,94); }
H1.HeaderClassName
{
color: #DB9A5E;
}
.AnyTagClassName
{
color: #DB9A5E;
}
</style>
background-color css
<style>
a { background-color: #DB9A5E; }
a { background-color: rgb(219,154,94); }
div.DivClassName
{
background-color: #DB9A5E;
}
.BgClassName
{
background-color: #DB9A5E;
}
</style>
border-color css
<style>
span { border-color: #DB9A5E; }
span { border-color: rgb(219,154,94); }
td.TdClassName
{
border-color: #DB9A5E;
}
.TagClassName
{
border-color: #DB9A5E;
}
</style>