Shades of Porsche #DEA250
Tints of Porsche #DEA250
RGB
CMYK
RGB Variations
Color information
#DEA250 (or 0xDEA250) is known color: Porsche. HEX triplet: DE, A2 and 50. RGB value is (222,162,80). Sum of RGB (Red+Green+Blue) = 222+162+80=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA250 is #215DAF. Grayscale: #AAAAAA. Windows color (decimal): -2186672 or 5284574. OLE color: 5284574.
HSL color Cylindrical-coordinate representation of color #DEA250: hue angle of 34.65º 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 #DEA250 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 162 | 80 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.13 |
| HSL | 34.65º | 0.68% | 0.59% | - |
| HSV(B) | 34.65º | 0.64% | 0.87% | - |
| XYZ | 44.49 | 41.95 | 13.34 | - |
| YUV | 170.59 | 76.88 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 80 | 0 | 0.27 | 0.64 | 0.13 | 34.65 | 0.68 | 0.59 |
| Hex | DE | A2 | 50 | 0 | 1B | 40 | D | 23 | 44 | 3B |
| Octal | 336 | 242 | 120 | 0 | 33 | 100 | 15 | 43 | 104 | 73 |
| Binary | 11011110 | 10100010 | 1010000 | 0 | 11011 | 1000000 | 1101 | 100011 | 1000100 | 111011 |
Color Harmonies of #DEA250
Complementary color
Monochromatic Colors of #DEA250
Black with #DEA250
Text Example
Text Example
White with #DEA250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA250; }
p { color: rgb(222,162,80); }
H1.HeaderClassName
{
color: #DEA250;
}
.AnyTagClassName
{
color: #DEA250;
}
</style>
background-color css
<style>
a { background-color: #DEA250; }
a { background-color: rgb(222,162,80); }
div.DivClassName
{
background-color: #DEA250;
}
.BgClassName
{
background-color: #DEA250;
}
</style>
border-color css
<style>
span { border-color: #DEA250; }
span { border-color: rgb(222,162,80); }
td.TdClassName
{
border-color: #DEA250;
}
.TagClassName
{
border-color: #DEA250;
}
</style>