Shades of Porsche #DEA050
Tints of Porsche #DEA050
RGB
CMYK
RGB Variations
Color information
#DEA050 (or 0xDEA050) is known color: Porsche. HEX triplet: DE, A0 and 50. RGB value is (222,160,80). Sum of RGB (Red+Green+Blue) = 222+160+80=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA050 is #215FAF. Grayscale: #A9A9A9. Windows color (decimal): -2187184 or 5284062. OLE color: 5284062.
HSL color Cylindrical-coordinate representation of color #DEA050: hue angle of 33.8º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEA050 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 160 | 80 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.13 |
| HSL | 33.8º | 0.68% | 0.59% | - |
| HSV(B) | 33.8º | 0.64% | 0.87% | - |
| XYZ | 44.14 | 41.25 | 13.22 | - |
| YUV | 169.42 | 77.54 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 160 | 80 | 0 | 0.28 | 0.64 | 0.13 | 33.8 | 0.68 | 0.59 |
| Hex | DE | A0 | 50 | 0 | 1C | 40 | D | 22 | 44 | 3B |
| Octal | 336 | 240 | 120 | 0 | 34 | 100 | 15 | 42 | 104 | 73 |
| Binary | 11011110 | 10100000 | 1010000 | 0 | 11100 | 1000000 | 1101 | 100010 | 1000100 | 111011 |
Color Harmonies of #DEA050
Complementary color
Monochromatic Colors of #DEA050
Black with #DEA050
Text Example
Text Example
White with #DEA050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA050; }
p { color: rgb(222,160,80); }
H1.HeaderClassName
{
color: #DEA050;
}
.AnyTagClassName
{
color: #DEA050;
}
</style>
background-color css
<style>
a { background-color: #DEA050; }
a { background-color: rgb(222,160,80); }
div.DivClassName
{
background-color: #DEA050;
}
.BgClassName
{
background-color: #DEA050;
}
</style>
border-color css
<style>
span { border-color: #DEA050; }
span { border-color: rgb(222,160,80); }
td.TdClassName
{
border-color: #DEA050;
}
.TagClassName
{
border-color: #DEA050;
}
</style>