Shades of Porsche #DE9E6D
Tints of Porsche #DE9E6D
RGB
CMYK
RGB Variations
Color information
#DE9E6D (or 0xDE9E6D) is known color: Porsche. HEX triplet: DE, 9E and 6D. RGB value is (222,158,109). Sum of RGB (Red+Green+Blue) = 222+158+109=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9E6D is #216192. Grayscale: #ABABAB. Windows color (decimal): -2187667 or 7184094. OLE color: 7184094.
HSL color Cylindrical-coordinate representation of color #DE9E6D: hue angle of 26.02º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE9E6D is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 158 | 109 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.13 |
| HSL | 26.02º | 0.63% | 0.65% | - |
| HSV(B) | 26.02º | 0.51% | 0.87% | - |
| XYZ | 45.11 | 41.09 | 20.02 | - |
| YUV | 171.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 109 | 0 | 0.29 | 0.51 | 0.13 | 26.02 | 0.63 | 0.65 |
| Hex | DE | 9E | 6D | 0 | 1D | 33 | D | 1A | 3F | 41 |
| Octal | 336 | 236 | 155 | 0 | 35 | 63 | 15 | 32 | 77 | 101 |
| Binary | 11011110 | 10011110 | 1101101 | 0 | 11101 | 110011 | 1101 | 11010 | 111111 | 1000001 |
Color Harmonies of #DE9E6D
Complementary color
Monochromatic Colors of #DE9E6D
Black with #DE9E6D
Text Example
Text Example
White with #DE9E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9E6D; }
p { color: rgb(222,158,109); }
H1.HeaderClassName
{
color: #DE9E6D;
}
.AnyTagClassName
{
color: #DE9E6D;
}
</style>
background-color css
<style>
a { background-color: #DE9E6D; }
a { background-color: rgb(222,158,109); }
div.DivClassName
{
background-color: #DE9E6D;
}
.BgClassName
{
background-color: #DE9E6D;
}
</style>
border-color css
<style>
span { border-color: #DE9E6D; }
span { border-color: rgb(222,158,109); }
td.TdClassName
{
border-color: #DE9E6D;
}
.TagClassName
{
border-color: #DE9E6D;
}
</style>