#DE965C

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

Shades of Porsche #DE965C

Tints of Porsche #DE965C

Color information

#DE965C (or 0xDE965C) is unknown color: approx Porsche. HEX triplet: DE, 96 and 5C. RGB value is (222,150,92). Sum of RGB (Red+Green+Blue) = 222+150+92=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DE965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE965C is #2169A3. Grayscale: #A5A5A5. Windows color (decimal): -2189732 or 6067934. OLE color: 6067934.

HSL color Cylindrical-coordinate representation of color #DE965C: hue angle of 26.77º 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 #DE965C is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22215092-
CMYK00.320.590.13
HSL26.77º66.33%61.57%-
HSV(B)26.77º58.56%87.06%-
XYZ42.9638.1115.22-
YUV164.9286.85168.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.84%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 92 (36.33% from 255) = 19.83%
R=47.84%
G=32.33%
B=19.83%

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
Decimal2221509200.320.590.1326.7766.3361.57
HexDE965C0203BD1b423e
Octal33622613404073153310276
Binary1101111010010110101110001000001110111101110111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE965C; }

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

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

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

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

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

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

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

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