Shades of Porsche #DB9B5D
Tints of Porsche #DB9B5D
RGB
CMYK
RGB Variations
Color information
#DB9B5D (or 0xDB9B5D) is known color: Porsche. HEX triplet: DB, 9B and 5D. RGB value is (219,155,93). Sum of RGB (Red+Green+Blue) = 219+155+93=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B5D is #2464A2. Grayscale: #A7A7A7. Windows color (decimal): -2385059 or 6134747. OLE color: 6134747.
HSL color Cylindrical-coordinate representation of color #DB9B5D: hue angle of 29.52º 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 #DB9B5D is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 93 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.14 |
| HSL | 29.52º | 0.64% | 0.61% | - |
| HSV(B) | 29.52º | 0.58% | 0.86% | - |
| XYZ | 42.91 | 39.29 | 15.68 | - |
| YUV | 167.07 | 86.2 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 93 | 0 | 0.29 | 0.58 | 0.14 | 29.52 | 0.64 | 0.61 |
| Hex | DB | 9B | 5D | 0 | 1D | 3A | E | 1E | 40 | 3D |
| Octal | 333 | 233 | 135 | 0 | 35 | 72 | 16 | 36 | 100 | 75 |
| Binary | 11011011 | 10011011 | 1011101 | 0 | 11101 | 111010 | 1110 | 11110 | 1000000 | 111101 |
Color Harmonies of #DB9B5D
Complementary color
Monochromatic Colors of #DB9B5D
Black with #DB9B5D
Text Example
Text Example
White with #DB9B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B5D; }
p { color: rgb(219,155,93); }
H1.HeaderClassName
{
color: #DB9B5D;
}
.AnyTagClassName
{
color: #DB9B5D;
}
</style>
background-color css
<style>
a { background-color: #DB9B5D; }
a { background-color: rgb(219,155,93); }
div.DivClassName
{
background-color: #DB9B5D;
}
.BgClassName
{
background-color: #DB9B5D;
}
</style>
border-color css
<style>
span { border-color: #DB9B5D; }
span { border-color: rgb(219,155,93); }
td.TdClassName
{
border-color: #DB9B5D;
}
.TagClassName
{
border-color: #DB9B5D;
}
</style>