Shades of Porsche #DB995D
Tints of Porsche #DB995D
RGB
CMYK
RGB Variations
Color information
#DB995D (or 0xDB995D) is known color: Porsche. HEX triplet: DB, 99 and 5D. RGB value is (219,153,93). Sum of RGB (Red+Green+Blue) = 219+153+93=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB995D is #2466A2. Grayscale: #A6A6A6. Windows color (decimal): -2385571 or 6134235. OLE color: 6134235.
HSL color Cylindrical-coordinate representation of color #DB995D: hue angle of 28.57º 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 #DB995D is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 93 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.14 |
| HSL | 28.57º | 0.64% | 0.61% | - |
| HSV(B) | 28.57º | 0.58% | 0.86% | - |
| XYZ | 42.58 | 38.63 | 15.57 | - |
| YUV | 165.89 | 86.87 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 93 | 0 | 0.30 | 0.58 | 0.14 | 28.57 | 0.64 | 0.61 |
| Hex | DB | 99 | 5D | 0 | 1E | 3A | E | 1D | 40 | 3D |
| Octal | 333 | 231 | 135 | 0 | 36 | 72 | 16 | 35 | 100 | 75 |
| Binary | 11011011 | 10011001 | 1011101 | 0 | 11110 | 111010 | 1110 | 11101 | 1000000 | 111101 |
Color Harmonies of #DB995D
Complementary color
Monochromatic Colors of #DB995D
Black with #DB995D
Text Example
Text Example
White with #DB995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB995D; }
p { color: rgb(219,153,93); }
H1.HeaderClassName
{
color: #DB995D;
}
.AnyTagClassName
{
color: #DB995D;
}
</style>
background-color css
<style>
a { background-color: #DB995D; }
a { background-color: rgb(219,153,93); }
div.DivClassName
{
background-color: #DB995D;
}
.BgClassName
{
background-color: #DB995D;
}
</style>
border-color css
<style>
span { border-color: #DB995D; }
span { border-color: rgb(219,153,93); }
td.TdClassName
{
border-color: #DB995D;
}
.TagClassName
{
border-color: #DB995D;
}
</style>