Shades of Porsche #DB995E
Tints of Porsche #DB995E
RGB
CMYK
RGB Variations
Color information
#DB995E (or 0xDB995E) is known color: Porsche. HEX triplet: DB, 99 and 5E. RGB value is (219,153,94). Sum of RGB (Red+Green+Blue) = 219+153+94=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB995E is #2466A1. Grayscale: #A6A6A6. Windows color (decimal): -2385570 or 6199771. OLE color: 6199771.
HSL color Cylindrical-coordinate representation of color #DB995E: hue angle of 28.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB995E is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 94 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.14 |
| HSL | 28.32º | 0.63% | 0.61% | - |
| HSV(B) | 28.32º | 0.57% | 0.86% | - |
| XYZ | 42.63 | 38.65 | 15.8 | - |
| YUV | 166.01 | 87.37 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 94 | 0 | 0.30 | 0.57 | 0.14 | 28.32 | 0.63 | 0.61 |
| Hex | DB | 99 | 5E | 0 | 1E | 39 | E | 1C | 3F | 3D |
| Octal | 333 | 231 | 136 | 0 | 36 | 71 | 16 | 34 | 77 | 75 |
| Binary | 11011011 | 10011001 | 1011110 | 0 | 11110 | 111001 | 1110 | 11100 | 111111 | 111101 |
Color Harmonies of #DB995E
Complementary color
Monochromatic Colors of #DB995E
Black with #DB995E
Text Example
Text Example
White with #DB995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB995E; }
p { color: rgb(219,153,94); }
H1.HeaderClassName
{
color: #DB995E;
}
.AnyTagClassName
{
color: #DB995E;
}
</style>
background-color css
<style>
a { background-color: #DB995E; }
a { background-color: rgb(219,153,94); }
div.DivClassName
{
background-color: #DB995E;
}
.BgClassName
{
background-color: #DB995E;
}
</style>
border-color css
<style>
span { border-color: #DB995E; }
span { border-color: rgb(219,153,94); }
td.TdClassName
{
border-color: #DB995E;
}
.TagClassName
{
border-color: #DB995E;
}
</style>