#DE965E

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

Shades of Porsche #DE965E

Tints of Porsche #DE965E

Color information

#DE965E (or 0xDE965E) is unknown color: approx Porsche. HEX triplet: DE, 96 and 5E. RGB value is (222,150,94). Sum of RGB (Red+Green+Blue) = 222+150+94=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DE965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE965E is #2169A1. Grayscale: #A5A5A5. Windows color (decimal): -2189730 or 6199006. OLE color: 6199006.

HSL color Cylindrical-coordinate representation of color #DE965E: hue angle of 26.25º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE965E is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22215094-
CMYK00.320.580.13
HSL26.25º65.98%61.96%-
HSV(B)26.25º57.66%87.06%-
XYZ43.0538.1515.68-
YUV165.1487.85168.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.64%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 94 (37.11% from 255) = 20.17%
R=47.64%
G=32.19%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221509400.320.580.1326.2565.9861.96
HexDE965E0203AD1a423e
Octal33622613604072153210276
Binary1101111010010110101111001000001110101101110101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE965E; }

 p { color: rgb(222,150,94); }

 H1.HeaderClassName
 {
   color: #DE965E;
 }
 .AnyTagClassName
 {
   color: #DE965E;
 }
</style>
background-color css

<style>
 a { background-color: #DE965E; }

 a { background-color: rgb(222,150,94); }

 div.DivClassName
 {
   background-color: #DE965E;
 }
 .BgClassName
 {
   background-color: #DE965E;
 }
</style>
border-color css

<style>
 span { border-color: #DE965E; }

 span { border-color: rgb(222,150,94); }

 td.TdClassName
 {
   border-color: #DE965E;
 }
 .TagClassName
 {
   border-color: #DE965E;
 }
</style>