Shades of Porsche #DEA359
Tints of Porsche #DEA359
RGB
CMYK
RGB Variations
Color information
#DEA359 (or 0xDEA359) is known color: Porsche. HEX triplet: DE, A3 and 59. RGB value is (222,163,89). Sum of RGB (Red+Green+Blue) = 222+163+89=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA359 is #215CA6. Grayscale: #ACACAC. Windows color (decimal): -2186407 or 5874654. OLE color: 5874654.
HSL color Cylindrical-coordinate representation of color #DEA359: hue angle of 33.38º 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 #DEA359 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 89 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.13 |
| HSL | 33.38º | 0.67% | 0.61% | - |
| HSV(B) | 33.38º | 0.6% | 0.87% | - |
| XYZ | 45.02 | 42.45 | 15.27 | - |
| YUV | 172.21 | 81.05 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 89 | 0 | 0.27 | 0.60 | 0.13 | 33.38 | 0.67 | 0.61 |
| Hex | DE | A3 | 59 | 0 | 1B | 3C | D | 21 | 43 | 3D |
| Octal | 336 | 243 | 131 | 0 | 33 | 74 | 15 | 41 | 103 | 75 |
| Binary | 11011110 | 10100011 | 1011001 | 0 | 11011 | 111100 | 1101 | 100001 | 1000011 | 111101 |
Color Harmonies of #DEA359
Complementary color
Monochromatic Colors of #DEA359
Black with #DEA359
Text Example
Text Example
White with #DEA359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA359; }
p { color: rgb(222,163,89); }
H1.HeaderClassName
{
color: #DEA359;
}
.AnyTagClassName
{
color: #DEA359;
}
</style>
background-color css
<style>
a { background-color: #DEA359; }
a { background-color: rgb(222,163,89); }
div.DivClassName
{
background-color: #DEA359;
}
.BgClassName
{
background-color: #DEA359;
}
</style>
border-color css
<style>
span { border-color: #DEA359; }
span { border-color: rgb(222,163,89); }
td.TdClassName
{
border-color: #DEA359;
}
.TagClassName
{
border-color: #DEA359;
}
</style>