Shades of Porsche #DE9B5E
Tints of Porsche #DE9B5E
RGB
CMYK
RGB Variations
Color information
#DE9B5E (or 0xDE9B5E) is known color: Porsche. HEX triplet: DE, 9B and 5E. RGB value is (222,155,94). Sum of RGB (Red+Green+Blue) = 222+155+94=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9B5E is #2164A1. Grayscale: #A8A8A8. Windows color (decimal): -2188450 or 6200286. OLE color: 6200286.
HSL color Cylindrical-coordinate representation of color #DE9B5E: hue angle of 28.59º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE9B5E is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 155 | 94 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.13 |
| HSL | 28.59º | 0.66% | 0.62% | - |
| HSV(B) | 28.59º | 0.58% | 0.87% | - |
| XYZ | 43.87 | 39.78 | 15.96 | - |
| YUV | 168.08 | 86.2 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 94 | 0 | 0.30 | 0.58 | 0.13 | 28.59 | 0.66 | 0.62 |
| Hex | DE | 9B | 5E | 0 | 1E | 3A | D | 1D | 42 | 3E |
| Octal | 336 | 233 | 136 | 0 | 36 | 72 | 15 | 35 | 102 | 76 |
| Binary | 11011110 | 10011011 | 1011110 | 0 | 11110 | 111010 | 1101 | 11101 | 1000010 | 111110 |
Color Harmonies of #DE9B5E
Complementary color
Monochromatic Colors of #DE9B5E
Black with #DE9B5E
Text Example
Text Example
White with #DE9B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9B5E; }
p { color: rgb(222,155,94); }
H1.HeaderClassName
{
color: #DE9B5E;
}
.AnyTagClassName
{
color: #DE9B5E;
}
</style>
background-color css
<style>
a { background-color: #DE9B5E; }
a { background-color: rgb(222,155,94); }
div.DivClassName
{
background-color: #DE9B5E;
}
.BgClassName
{
background-color: #DE9B5E;
}
</style>
border-color css
<style>
span { border-color: #DE9B5E; }
span { border-color: rgb(222,155,94); }
td.TdClassName
{
border-color: #DE9B5E;
}
.TagClassName
{
border-color: #DE9B5E;
}
</style>