Shades of Porsche #DE9E5A
Tints of Porsche #DE9E5A
RGB
CMYK
RGB Variations
Color information
#DE9E5A (or 0xDE9E5A) is known color: Porsche. HEX triplet: DE, 9E and 5A. RGB value is (222,158,90). Sum of RGB (Red+Green+Blue) = 222+158+90=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9E5A is #2161A5. Grayscale: #A9A9A9. Windows color (decimal): -2187686 or 5938910. OLE color: 5938910.
HSL color Cylindrical-coordinate representation of color #DE9E5A: hue angle of 30.91º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE9E5A is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 158 | 90 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.13 |
| HSL | 30.91º | 0.67% | 0.61% | - |
| HSV(B) | 30.91º | 0.59% | 0.87% | - |
| XYZ | 44.2 | 40.72 | 15.2 | - |
| YUV | 169.38 | 83.2 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 90 | 0 | 0.29 | 0.59 | 0.13 | 30.91 | 0.67 | 0.61 |
| Hex | DE | 9E | 5A | 0 | 1D | 3B | D | 1F | 43 | 3D |
| Octal | 336 | 236 | 132 | 0 | 35 | 73 | 15 | 37 | 103 | 75 |
| Binary | 11011110 | 10011110 | 1011010 | 0 | 11101 | 111011 | 1101 | 11111 | 1000011 | 111101 |
Color Harmonies of #DE9E5A
Complementary color
Monochromatic Colors of #DE9E5A
Black with #DE9E5A
Text Example
Text Example
White with #DE9E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9E5A; }
p { color: rgb(222,158,90); }
H1.HeaderClassName
{
color: #DE9E5A;
}
.AnyTagClassName
{
color: #DE9E5A;
}
</style>
background-color css
<style>
a { background-color: #DE9E5A; }
a { background-color: rgb(222,158,90); }
div.DivClassName
{
background-color: #DE9E5A;
}
.BgClassName
{
background-color: #DE9E5A;
}
</style>
border-color css
<style>
span { border-color: #DE9E5A; }
span { border-color: rgb(222,158,90); }
td.TdClassName
{
border-color: #DE9E5A;
}
.TagClassName
{
border-color: #DE9E5A;
}
</style>