#DE7E41

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

Shades of Pizazz #DE7E41

Tints of Pizazz #DE7E41

Color information

#DE7E41 (or 0xDE7E41) is unknown color: approx Pizazz. HEX triplet: DE, 7E and 41. RGB value is (222,126,65). Sum of RGB (Red+Green+Blue) = 222+126+65=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7E41 is #2181BE. Grayscale: #949494. Windows color (decimal): -2195903 or 4292318. OLE color: 4292318.

HSL color Cylindrical-coordinate representation of color #DE7E41: hue angle of 23.31º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE7E41 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB22212665-
CMYK00.430.710.13
HSL23.31º70.4%56.27%-
HSV(B)23.31º70.72%87.06%-
XYZ38.5430.838.92-
YUV147.7581.3180.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.75%
GREEN value IS 126 (49.61% from 255) = 30.51%
BLUE value IS 65 (25.78% from 255) = 15.74%
R=53.75%
G=30.51%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221266500.430.710.1323.3170.456.27
HexDE7E4102B47D174638
Octal336176101053107152710670
Binary1101111011111101000001010101110001111101101111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7E41; }

 p { color: rgb(222,126,65); }

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

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

 a { background-color: rgb(222,126,65); }

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

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

 span { border-color: rgb(222,126,65); }

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