Shades of Porsche #DEA458
Tints of Porsche #DEA458
RGB
CMYK
RGB Variations
Color information
#DEA458 (or 0xDEA458) is known color: Porsche. HEX triplet: DE, A4 and 58. RGB value is (222,164,88). Sum of RGB (Red+Green+Blue) = 222+164+88=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA458 is #215BA7. Grayscale: #ADADAD. Windows color (decimal): -2186152 or 5809374. OLE color: 5809374.
HSL color Cylindrical-coordinate representation of color #DEA458: hue angle of 34.03º 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 #DEA458 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 164 | 88 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.13 |
| HSL | 34.03º | 0.67% | 0.61% | - |
| HSV(B) | 34.03º | 0.6% | 0.87% | - |
| XYZ | 45.16 | 42.79 | 15.11 | - |
| YUV | 172.68 | 80.22 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 88 | 0 | 0.26 | 0.60 | 0.13 | 34.03 | 0.67 | 0.61 |
| Hex | DE | A4 | 58 | 0 | 1A | 3C | D | 22 | 43 | 3D |
| Octal | 336 | 244 | 130 | 0 | 32 | 74 | 15 | 42 | 103 | 75 |
| Binary | 11011110 | 10100100 | 1011000 | 0 | 11010 | 111100 | 1101 | 100010 | 1000011 | 111101 |
Color Harmonies of #DEA458
Complementary color
Monochromatic Colors of #DEA458
Black with #DEA458
Text Example
Text Example
White with #DEA458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA458; }
p { color: rgb(222,164,88); }
H1.HeaderClassName
{
color: #DEA458;
}
.AnyTagClassName
{
color: #DEA458;
}
</style>
background-color css
<style>
a { background-color: #DEA458; }
a { background-color: rgb(222,164,88); }
div.DivClassName
{
background-color: #DEA458;
}
.BgClassName
{
background-color: #DEA458;
}
</style>
border-color css
<style>
span { border-color: #DEA458; }
span { border-color: rgb(222,164,88); }
td.TdClassName
{
border-color: #DEA458;
}
.TagClassName
{
border-color: #DEA458;
}
</style>