Shades of Porsche #DEA358
Tints of Porsche #DEA358
RGB
CMYK
RGB Variations
Color information
#DEA358 (or 0xDEA358) is known color: Porsche. HEX triplet: DE, A3 and 58. RGB value is (222,163,88). Sum of RGB (Red+Green+Blue) = 222+163+88=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA358 is #215CA7. Grayscale: #ACACAC. Windows color (decimal): -2186408 or 5809118. OLE color: 5809118.
HSL color Cylindrical-coordinate representation of color #DEA358: hue angle of 33.58º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEA358 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 88 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.13 |
| HSL | 33.58º | 0.67% | 0.61% | - |
| HSV(B) | 33.58º | 0.6% | 0.87% | - |
| XYZ | 44.98 | 42.43 | 15.05 | - |
| YUV | 172.09 | 80.55 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 88 | 0 | 0.27 | 0.60 | 0.13 | 33.58 | 0.67 | 0.61 |
| Hex | DE | A3 | 58 | 0 | 1B | 3C | D | 22 | 43 | 3D |
| Octal | 336 | 243 | 130 | 0 | 33 | 74 | 15 | 42 | 103 | 75 |
| Binary | 11011110 | 10100011 | 1011000 | 0 | 11011 | 111100 | 1101 | 100010 | 1000011 | 111101 |
Color Harmonies of #DEA358
Complementary color
Monochromatic Colors of #DEA358
Black with #DEA358
Text Example
Text Example
White with #DEA358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA358; }
p { color: rgb(222,163,88); }
H1.HeaderClassName
{
color: #DEA358;
}
.AnyTagClassName
{
color: #DEA358;
}
</style>
background-color css
<style>
a { background-color: #DEA358; }
a { background-color: rgb(222,163,88); }
div.DivClassName
{
background-color: #DEA358;
}
.BgClassName
{
background-color: #DEA358;
}
</style>
border-color css
<style>
span { border-color: #DEA358; }
span { border-color: rgb(222,163,88); }
td.TdClassName
{
border-color: #DEA358;
}
.TagClassName
{
border-color: #DEA358;
}
</style>