Shades of Porsche #DEA266
Tints of Porsche #DEA266
RGB
CMYK
RGB Variations
Color information
#DEA266 (or 0xDEA266) is known color: Porsche. HEX triplet: DE, A2 and 66. RGB value is (222,162,102). Sum of RGB (Red+Green+Blue) = 222+162+102=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA266 is #215D99. Grayscale: #ADADAD. Windows color (decimal): -2186650 or 6726366. OLE color: 6726366.
HSL color Cylindrical-coordinate representation of color #DEA266: hue angle of 30º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEA266 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 162 | 102 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.13 |
| HSL | 30º | 0.65% | 0.64% | - |
| HSV(B) | 30º | 0.54% | 0.87% | - |
| XYZ | 45.44 | 42.33 | 18.35 | - |
| YUV | 173.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 102 | 0 | 0.27 | 0.54 | 0.13 | 30 | 0.65 | 0.64 |
| Hex | DE | A2 | 66 | 0 | 1B | 36 | D | 1E | 41 | 40 |
| Octal | 336 | 242 | 146 | 0 | 33 | 66 | 15 | 36 | 101 | 100 |
| Binary | 11011110 | 10100010 | 1100110 | 0 | 11011 | 110110 | 1101 | 11110 | 1000001 | 1000000 |
Color Harmonies of #DEA266
Complementary color
Monochromatic Colors of #DEA266
Black with #DEA266
Text Example
Text Example
White with #DEA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA266; }
p { color: rgb(222,162,102); }
H1.HeaderClassName
{
color: #DEA266;
}
.AnyTagClassName
{
color: #DEA266;
}
</style>
background-color css
<style>
a { background-color: #DEA266; }
a { background-color: rgb(222,162,102); }
div.DivClassName
{
background-color: #DEA266;
}
.BgClassName
{
background-color: #DEA266;
}
</style>
border-color css
<style>
span { border-color: #DEA266; }
span { border-color: rgb(222,162,102); }
td.TdClassName
{
border-color: #DEA266;
}
.TagClassName
{
border-color: #DEA266;
}
</style>