Shades of Porsche #DEA26E
Tints of Porsche #DEA26E
RGB
CMYK
RGB Variations
Color information
#DEA26E (or 0xDEA26E) is known color: Porsche. HEX triplet: DE, A2 and 6E. RGB value is (222,162,110). Sum of RGB (Red+Green+Blue) = 222+162+110=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA26E is #215D91. Grayscale: #AEAEAE. Windows color (decimal): -2186642 or 7250654. OLE color: 7250654.
HSL color Cylindrical-coordinate representation of color #DEA26E: hue angle of 27.86º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEA26E is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 162 | 110 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.13 |
| HSL | 27.86º | 0.63% | 0.65% | - |
| HSV(B) | 27.86º | 0.5% | 0.87% | - |
| XYZ | 45.86 | 42.5 | 20.54 | - |
| YUV | 174.01 | 91.88 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 110 | 0 | 0.27 | 0.50 | 0.13 | 27.86 | 0.63 | 0.65 |
| Hex | DE | A2 | 6E | 0 | 1B | 32 | D | 1C | 3F | 41 |
| Octal | 336 | 242 | 156 | 0 | 33 | 62 | 15 | 34 | 77 | 101 |
| Binary | 11011110 | 10100010 | 1101110 | 0 | 11011 | 110010 | 1101 | 11100 | 111111 | 1000001 |
Color Harmonies of #DEA26E
Complementary color
Monochromatic Colors of #DEA26E
Black with #DEA26E
Text Example
Text Example
White with #DEA26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA26E; }
p { color: rgb(222,162,110); }
H1.HeaderClassName
{
color: #DEA26E;
}
.AnyTagClassName
{
color: #DEA26E;
}
</style>
background-color css
<style>
a { background-color: #DEA26E; }
a { background-color: rgb(222,162,110); }
div.DivClassName
{
background-color: #DEA26E;
}
.BgClassName
{
background-color: #DEA26E;
}
</style>
border-color css
<style>
span { border-color: #DEA26E; }
span { border-color: rgb(222,162,110); }
td.TdClassName
{
border-color: #DEA26E;
}
.TagClassName
{
border-color: #DEA26E;
}
</style>