Shades of Porsche #DE9353
Tints of Porsche #DE9353
RGB
CMYK
RGB Variations
Color information
#DE9353 (or 0xDE9353) is known color: Porsche. HEX triplet: DE, 93 and 53. RGB value is (222,147,83). Sum of RGB (Red+Green+Blue) = 222+147+83=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9353 is #216CAC. Grayscale: #A2A2A2. Windows color (decimal): -2190509 or 5477342. OLE color: 5477342.
HSL color Cylindrical-coordinate representation of color #DE9353: hue angle of 27.63º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE9353 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 147 | 83 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.13 |
| HSL | 27.63º | 0.68% | 0.6% | - |
| HSV(B) | 27.63º | 0.63% | 0.87% | - |
| XYZ | 42.12 | 37.02 | 13.11 | - |
| YUV | 162.13 | 83.35 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 83 | 0 | 0.34 | 0.63 | 0.13 | 27.63 | 0.68 | 0.6 |
| Hex | DE | 93 | 53 | 0 | 22 | 3F | D | 1C | 44 | 3C |
| Octal | 336 | 223 | 123 | 0 | 42 | 77 | 15 | 34 | 104 | 74 |
| Binary | 11011110 | 10010011 | 1010011 | 0 | 100010 | 111111 | 1101 | 11100 | 1000100 | 111100 |
Color Harmonies of #DE9353
Complementary color
Monochromatic Colors of #DE9353
Black with #DE9353
Text Example
Text Example
White with #DE9353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9353; }
p { color: rgb(222,147,83); }
H1.HeaderClassName
{
color: #DE9353;
}
.AnyTagClassName
{
color: #DE9353;
}
</style>
background-color css
<style>
a { background-color: #DE9353; }
a { background-color: rgb(222,147,83); }
div.DivClassName
{
background-color: #DE9353;
}
.BgClassName
{
background-color: #DE9353;
}
</style>
border-color css
<style>
span { border-color: #DE9353; }
span { border-color: rgb(222,147,83); }
td.TdClassName
{
border-color: #DE9353;
}
.TagClassName
{
border-color: #DE9353;
}
</style>