Shades of Porsche #DB9E5A
Tints of Porsche #DB9E5A
RGB
CMYK
RGB Variations
Color information
#DB9E5A (or 0xDB9E5A) is known color: Porsche. HEX triplet: DB, 9E and 5A. RGB value is (219,158,90). Sum of RGB (Red+Green+Blue) = 219+158+90=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E5A is #2461A5. Grayscale: #A8A8A8. Windows color (decimal): -2384294 or 5938907. OLE color: 5938907.
HSL color Cylindrical-coordinate representation of color #DB9E5A: hue angle of 31.63º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB9E5A is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 90 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.14 |
| HSL | 31.63º | 0.64% | 0.61% | - |
| HSV(B) | 31.63º | 0.59% | 0.86% | - |
| XYZ | 43.29 | 40.25 | 15.16 | - |
| YUV | 168.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 90 | 0 | 0.28 | 0.59 | 0.14 | 31.63 | 0.64 | 0.61 |
| Hex | DB | 9E | 5A | 0 | 1C | 3B | E | 20 | 40 | 3D |
| Octal | 333 | 236 | 132 | 0 | 34 | 73 | 16 | 40 | 100 | 75 |
| Binary | 11011011 | 10011110 | 1011010 | 0 | 11100 | 111011 | 1110 | 100000 | 1000000 | 111101 |
Color Harmonies of #DB9E5A
Complementary color
Monochromatic Colors of #DB9E5A
Black with #DB9E5A
Text Example
Text Example
White with #DB9E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E5A; }
p { color: rgb(219,158,90); }
H1.HeaderClassName
{
color: #DB9E5A;
}
.AnyTagClassName
{
color: #DB9E5A;
}
</style>
background-color css
<style>
a { background-color: #DB9E5A; }
a { background-color: rgb(219,158,90); }
div.DivClassName
{
background-color: #DB9E5A;
}
.BgClassName
{
background-color: #DB9E5A;
}
</style>
border-color css
<style>
span { border-color: #DB9E5A; }
span { border-color: rgb(219,158,90); }
td.TdClassName
{
border-color: #DB9E5A;
}
.TagClassName
{
border-color: #DB9E5A;
}
</style>