#DE7E45

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

Shades of Jaffa #DE7E45

Tints of Jaffa #DE7E45

Color information

#DE7E45 (or 0xDE7E45) is unknown color: approx Jaffa. HEX triplet: DE, 7E and 45. RGB value is (222,126,69). Sum of RGB (Red+Green+Blue) = 222+126+69=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7E45 is #2181BA. Grayscale: #949494. Windows color (decimal): -2195899 or 4554462. OLE color: 4554462.

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

Color convert

RGB22212669-
CMYK00.430.690.13
HSL22.35º69.86%57.06%-
HSV(B)22.35º68.92%87.06%-
XYZ38.6630.889.55-
YUV148.2183.3180.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.24%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 69 (27.34% from 255) = 16.55%
R=53.24%
G=30.22%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221266900.430.690.1322.3569.8657.06
HexDE7E4502B45D164639
Octal336176105053105152610671
Binary1101111011111101000101010101110001011101101101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7E45; }

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

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

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

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

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

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

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

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