Shades of Porsche #DE985C
Tints of Porsche #DE985C
RGB
CMYK
RGB Variations
Color information
#DE985C (or 0xDE985C) is known color: Porsche. HEX triplet: DE, 98 and 5C. RGB value is (222,152,92). Sum of RGB (Red+Green+Blue) = 222+152+92=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DE985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE985C is #2167A3. Grayscale: #A6A6A6. Windows color (decimal): -2189220 or 6068446. OLE color: 6068446.
HSL color Cylindrical-coordinate representation of color #DE985C: hue angle of 27.69º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE985C is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 152 | 92 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.13 |
| HSL | 27.69º | 0.66% | 0.62% | - |
| HSV(B) | 27.69º | 0.59% | 0.87% | - |
| XYZ | 43.28 | 38.76 | 15.33 | - |
| YUV | 166.09 | 86.19 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 92 | 0 | 0.32 | 0.59 | 0.13 | 27.69 | 0.66 | 0.62 |
| Hex | DE | 98 | 5C | 0 | 20 | 3B | D | 1C | 42 | 3E |
| Octal | 336 | 230 | 134 | 0 | 40 | 73 | 15 | 34 | 102 | 76 |
| Binary | 11011110 | 10011000 | 1011100 | 0 | 100000 | 111011 | 1101 | 11100 | 1000010 | 111110 |
Color Harmonies of #DE985C
Complementary color
Monochromatic Colors of #DE985C
Black with #DE985C
Text Example
Text Example
White with #DE985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE985C; }
p { color: rgb(222,152,92); }
H1.HeaderClassName
{
color: #DE985C;
}
.AnyTagClassName
{
color: #DE985C;
}
</style>
background-color css
<style>
a { background-color: #DE985C; }
a { background-color: rgb(222,152,92); }
div.DivClassName
{
background-color: #DE985C;
}
.BgClassName
{
background-color: #DE985C;
}
</style>
border-color css
<style>
span { border-color: #DE985C; }
span { border-color: rgb(222,152,92); }
td.TdClassName
{
border-color: #DE985C;
}
.TagClassName
{
border-color: #DE985C;
}
</style>