#DE7C47

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

Shades of Jaffa #DE7C47

Tints of Jaffa #DE7C47

Color information

#DE7C47 (or 0xDE7C47) is unknown color: approx Jaffa. HEX triplet: DE, 7C and 47. RGB value is (222,124,71). Sum of RGB (Red+Green+Blue) = 222+124+71=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7C47 is #2183B8. Grayscale: #939393. Windows color (decimal): -2196409 or 4685022. OLE color: 4685022.

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

Color convert

RGB22212471-
CMYK00.440.680.13
HSL21.06º69.59%57.45%-
HSV(B)21.06º68.02%87.06%-
XYZ38.4730.49.8-
YUV147.2684.97181.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.24%
GREEN value IS 124 (48.83% from 255) = 29.74%
BLUE value IS 71 (28.12% from 255) = 17.03%
R=53.24%
G=29.74%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221247100.440.680.1321.0669.5957.45
HexDE7C4702C44D154639
Octal336174107054104152510671
Binary1101111011111001000111010110010001001101101011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7C47; }

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

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

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

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

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

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

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

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