Shades of Porsche #DE9A54
Tints of Porsche #DE9A54
RGB
CMYK
RGB Variations
Color information
#DE9A54 (or 0xDE9A54) is known color: Porsche. HEX triplet: DE, 9A and 54. RGB value is (222,154,84). Sum of RGB (Red+Green+Blue) = 222+154+84=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9A54 is #2165AB. Grayscale: #A6A6A6. Windows color (decimal): -2188716 or 5544670. OLE color: 5544670.
HSL color Cylindrical-coordinate representation of color #DE9A54: hue angle of 30.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE9A54 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 154 | 84 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.13 |
| HSL | 30.43º | 0.68% | 0.6% | - |
| HSV(B) | 30.43º | 0.62% | 0.87% | - |
| XYZ | 43.28 | 39.28 | 13.69 | - |
| YUV | 166.35 | 81.53 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 154 | 84 | 0 | 0.31 | 0.62 | 0.13 | 30.43 | 0.68 | 0.6 |
| Hex | DE | 9A | 54 | 0 | 1F | 3E | D | 1E | 44 | 3C |
| Octal | 336 | 232 | 124 | 0 | 37 | 76 | 15 | 36 | 104 | 74 |
| Binary | 11011110 | 10011010 | 1010100 | 0 | 11111 | 111110 | 1101 | 11110 | 1000100 | 111100 |
Color Harmonies of #DE9A54
Complementary color
Monochromatic Colors of #DE9A54
Black with #DE9A54
Text Example
Text Example
White with #DE9A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9A54; }
p { color: rgb(222,154,84); }
H1.HeaderClassName
{
color: #DE9A54;
}
.AnyTagClassName
{
color: #DE9A54;
}
</style>
background-color css
<style>
a { background-color: #DE9A54; }
a { background-color: rgb(222,154,84); }
div.DivClassName
{
background-color: #DE9A54;
}
.BgClassName
{
background-color: #DE9A54;
}
</style>
border-color css
<style>
span { border-color: #DE9A54; }
span { border-color: rgb(222,154,84); }
td.TdClassName
{
border-color: #DE9A54;
}
.TagClassName
{
border-color: #DE9A54;
}
</style>