#DE985C

Color #DE985C Porsche (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Porsche #DE985C

Tints of Porsche #DE985C

Color information

#DE985C (or 0xDE985C) is unknown color: approx 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

RGB22215292-
CMYK00.320.590.13
HSL27.69º66.33%61.57%-
HSV(B)27.69º58.56%87.06%-
XYZ43.2838.7615.33-
YUV166.0986.19167.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 47.64%
GREEN value IS 152 (59.77% from 255) = 32.62%
BLUE value IS 92 (36.33% from 255) = 19.74%
R=47.64%
G=32.62%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221529200.320.590.1327.6966.3361.57
HexDE985C0203BD1c423e
Octal33623013404073153410276
Binary1101111010011000101110001000001110111101111001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>