#DE7C41

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

Shades of Jaffa #DE7C41

Tints of Jaffa #DE7C41

Color information

#DE7C41 (or 0xDE7C41) is unknown color: approx Jaffa. HEX triplet: DE, 7C and 41. RGB value is (222,124,65). Sum of RGB (Red+Green+Blue) = 222+124+65=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7C41 is #2183BE. Grayscale: #929292. Windows color (decimal): -2196415 or 4291806. OLE color: 4291806.

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

Color convert

RGB22212465-
CMYK00.440.710.13
HSL22.55º70.4%56.27%-
HSV(B)22.55º70.72%87.06%-
XYZ38.2930.338.84-
YUV146.5881.97181.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.01%
GREEN value IS 124 (48.83% from 255) = 30.17%
BLUE value IS 65 (25.78% from 255) = 15.82%
R=54.01%
G=30.17%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221246500.440.710.1322.5570.456.27
HexDE7C4102C47D174638
Octal336174101054107152710670
Binary1101111011111001000001010110010001111101101111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7C41; }

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

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

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

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

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

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

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

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