Shades of Porsche #DB9E6E
Tints of Porsche #DB9E6E
RGB
CMYK
RGB Variations
Color information
#DB9E6E (or 0xDB9E6E) is known color: Porsche. HEX triplet: DB, 9E and 6E. RGB value is (219,158,110). Sum of RGB (Red+Green+Blue) = 219+158+110=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E6E is #246191. Grayscale: #ABABAB. Windows color (decimal): -2384274 or 7249627. OLE color: 7249627.
HSL color Cylindrical-coordinate representation of color #DB9E6E: hue angle of 26.42º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB9E6E is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 110 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.14 |
| HSL | 26.42º | 0.6% | 0.65% | - |
| HSV(B) | 26.42º | 0.5% | 0.86% | - |
| XYZ | 44.25 | 40.64 | 20.26 | - |
| YUV | 170.77 | 93.71 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 110 | 0 | 0.28 | 0.50 | 0.14 | 26.42 | 0.6 | 0.65 |
| Hex | DB | 9E | 6E | 0 | 1C | 32 | E | 1A | 3C | 41 |
| Octal | 333 | 236 | 156 | 0 | 34 | 62 | 16 | 32 | 74 | 101 |
| Binary | 11011011 | 10011110 | 1101110 | 0 | 11100 | 110010 | 1110 | 11010 | 111100 | 1000001 |
Color Harmonies of #DB9E6E
Complementary color
Monochromatic Colors of #DB9E6E
Black with #DB9E6E
Text Example
Text Example
White with #DB9E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E6E; }
p { color: rgb(219,158,110); }
H1.HeaderClassName
{
color: #DB9E6E;
}
.AnyTagClassName
{
color: #DB9E6E;
}
</style>
background-color css
<style>
a { background-color: #DB9E6E; }
a { background-color: rgb(219,158,110); }
div.DivClassName
{
background-color: #DB9E6E;
}
.BgClassName
{
background-color: #DB9E6E;
}
</style>
border-color css
<style>
span { border-color: #DB9E6E; }
span { border-color: rgb(219,158,110); }
td.TdClassName
{
border-color: #DB9E6E;
}
.TagClassName
{
border-color: #DB9E6E;
}
</style>