Shades of Porsche #DB995B
Tints of Porsche #DB995B
RGB
CMYK
RGB Variations
Color information
#DB995B (or 0xDB995B) is known color: Porsche. HEX triplet: DB, 99 and 5B. RGB value is (219,153,91). Sum of RGB (Red+Green+Blue) = 219+153+91=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB995B is #2466A4. Grayscale: #A5A5A5. Windows color (decimal): -2385573 or 6003163. OLE color: 6003163.
HSL color Cylindrical-coordinate representation of color #DB995B: hue angle of 29.06º 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 #DB995B is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 91 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.14 |
| HSL | 29.06º | 0.64% | 0.61% | - |
| HSV(B) | 29.06º | 0.58% | 0.86% | - |
| XYZ | 42.49 | 38.6 | 15.11 | - |
| YUV | 165.67 | 85.87 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 91 | 0 | 0.30 | 0.58 | 0.14 | 29.06 | 0.64 | 0.61 |
| Hex | DB | 99 | 5B | 0 | 1E | 3A | E | 1D | 40 | 3D |
| Octal | 333 | 231 | 133 | 0 | 36 | 72 | 16 | 35 | 100 | 75 |
| Binary | 11011011 | 10011001 | 1011011 | 0 | 11110 | 111010 | 1110 | 11101 | 1000000 | 111101 |
Color Harmonies of #DB995B
Complementary color
Monochromatic Colors of #DB995B
Black with #DB995B
Text Example
Text Example
White with #DB995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB995B; }
p { color: rgb(219,153,91); }
H1.HeaderClassName
{
color: #DB995B;
}
.AnyTagClassName
{
color: #DB995B;
}
</style>
background-color css
<style>
a { background-color: #DB995B; }
a { background-color: rgb(219,153,91); }
div.DivClassName
{
background-color: #DB995B;
}
.BgClassName
{
background-color: #DB995B;
}
</style>
border-color css
<style>
span { border-color: #DB995B; }
span { border-color: rgb(219,153,91); }
td.TdClassName
{
border-color: #DB995B;
}
.TagClassName
{
border-color: #DB995B;
}
</style>