#DE7047

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

Shades of Jaffa #DE7047

Tints of Jaffa #DE7047

Color information

#DE7047 (or 0xDE7047) is unknown color: approx Jaffa. HEX triplet: DE, 70 and 47. RGB value is (222,112,71). Sum of RGB (Red+Green+Blue) = 222+112+71=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7047 is #218FB8. Grayscale: #8C8C8C. Windows color (decimal): -2199481 or 4681950. OLE color: 4681950.

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

Color convert

RGB22211271-
CMYK00.500.680.13
HSL16.29º69.59%57.45%-
HSV(B)16.29º68.02%87.06%-
XYZ37.0627.579.33-
YUV140.2288.94186.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.81%
GREEN value IS 112 (44.14% from 255) = 27.65%
BLUE value IS 71 (28.12% from 255) = 17.53%
R=54.81%
G=27.65%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221127100.500.680.1316.2969.5957.45
HexDE704703244D104639
Octal336160107062104152010671
Binary1101111011100001000111011001010001001101100001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7047; }

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

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

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

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

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

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

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

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