Shades of Porsche #DB9A5B
Tints of Porsche #DB9A5B
RGB
CMYK
RGB Variations
Color information
#DB9A5B (or 0xDB9A5B) is known color: Porsche. HEX triplet: DB, 9A and 5B. RGB value is (219,154,91). Sum of RGB (Red+Green+Blue) = 219+154+91=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A5B is #2465A4. Grayscale: #A6A6A6. Windows color (decimal): -2385317 or 6003419. OLE color: 6003419.
HSL color Cylindrical-coordinate representation of color #DB9A5B: hue angle of 29.53º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB9A5B is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 91 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.14 |
| HSL | 29.53º | 0.64% | 0.61% | - |
| HSV(B) | 29.53º | 0.58% | 0.86% | - |
| XYZ | 42.66 | 38.93 | 15.16 | - |
| YUV | 166.25 | 85.53 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 91 | 0 | 0.30 | 0.58 | 0.14 | 29.53 | 0.64 | 0.61 |
| Hex | DB | 9A | 5B | 0 | 1E | 3A | E | 1E | 40 | 3D |
| Octal | 333 | 232 | 133 | 0 | 36 | 72 | 16 | 36 | 100 | 75 |
| Binary | 11011011 | 10011010 | 1011011 | 0 | 11110 | 111010 | 1110 | 11110 | 1000000 | 111101 |
Color Harmonies of #DB9A5B
Complementary color
Monochromatic Colors of #DB9A5B
Black with #DB9A5B
Text Example
Text Example
White with #DB9A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A5B; }
p { color: rgb(219,154,91); }
H1.HeaderClassName
{
color: #DB9A5B;
}
.AnyTagClassName
{
color: #DB9A5B;
}
</style>
background-color css
<style>
a { background-color: #DB9A5B; }
a { background-color: rgb(219,154,91); }
div.DivClassName
{
background-color: #DB9A5B;
}
.BgClassName
{
background-color: #DB9A5B;
}
</style>
border-color css
<style>
span { border-color: #DB9A5B; }
span { border-color: rgb(219,154,91); }
td.TdClassName
{
border-color: #DB9A5B;
}
.TagClassName
{
border-color: #DB9A5B;
}
</style>