Shades of Porsche #DEA269
Tints of Porsche #DEA269
RGB
CMYK
RGB Variations
Color information
#DEA269 (or 0xDEA269) is known color: Porsche. HEX triplet: DE, A2 and 69. RGB value is (222,162,105). Sum of RGB (Red+Green+Blue) = 222+162+105=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA269 is #215D96. Grayscale: #ADADAD. Windows color (decimal): -2186647 or 6922974. OLE color: 6922974.
HSL color Cylindrical-coordinate representation of color #DEA269: hue angle of 29.23º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEA269 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 162 | 105 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.13 |
| HSL | 29.23º | 0.64% | 0.64% | - |
| HSV(B) | 29.23º | 0.53% | 0.87% | - |
| XYZ | 45.59 | 42.39 | 19.14 | - |
| YUV | 173.44 | 89.38 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 105 | 0 | 0.27 | 0.53 | 0.13 | 29.23 | 0.64 | 0.64 |
| Hex | DE | A2 | 69 | 0 | 1B | 35 | D | 1D | 40 | 40 |
| Octal | 336 | 242 | 151 | 0 | 33 | 65 | 15 | 35 | 100 | 100 |
| Binary | 11011110 | 10100010 | 1101001 | 0 | 11011 | 110101 | 1101 | 11101 | 1000000 | 1000000 |
Color Harmonies of #DEA269
Complementary color
Monochromatic Colors of #DEA269
Black with #DEA269
Text Example
Text Example
White with #DEA269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA269; }
p { color: rgb(222,162,105); }
H1.HeaderClassName
{
color: #DEA269;
}
.AnyTagClassName
{
color: #DEA269;
}
</style>
background-color css
<style>
a { background-color: #DEA269; }
a { background-color: rgb(222,162,105); }
div.DivClassName
{
background-color: #DEA269;
}
.BgClassName
{
background-color: #DEA269;
}
</style>
border-color css
<style>
span { border-color: #DEA269; }
span { border-color: rgb(222,162,105); }
td.TdClassName
{
border-color: #DEA269;
}
.TagClassName
{
border-color: #DEA269;
}
</style>