#DE7D41

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

Shades of Jaffa #DE7D41

Tints of Jaffa #DE7D41

Color information

#DE7D41 (or 0xDE7D41) is unknown color: approx Jaffa. HEX triplet: DE, 7D and 41. RGB value is (222,125,65). Sum of RGB (Red+Green+Blue) = 222+125+65=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7D41 is #2182BE. Grayscale: #939393. Windows color (decimal): -2196159 or 4292062. OLE color: 4292062.

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

Color convert

RGB22212565-
CMYK00.440.710.13
HSL22.93º70.4%56.27%-
HSV(B)22.93º70.72%87.06%-
XYZ38.4130.588.88-
YUV147.1681.64181.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.88%
GREEN value IS 125 (49.22% from 255) = 30.34%
BLUE value IS 65 (25.78% from 255) = 15.78%
R=53.88%
G=30.34%
B=15.78%

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
Decimal2221256500.440.710.1322.9370.456.27
HexDE7D4102C47D174638
Octal336175101054107152710670
Binary1101111011111011000001010110010001111101101111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D41; }

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

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

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

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

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

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

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

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