#DE7947

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

Shades of Jaffa #DE7947

Tints of Jaffa #DE7947

Color information

#DE7947 (or 0xDE7947) is unknown color: approx Jaffa. HEX triplet: DE, 79 and 47. RGB value is (222,121,71). Sum of RGB (Red+Green+Blue) = 222+121+71=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7947 is #2186B8. Grayscale: #919191. Windows color (decimal): -2197177 or 4684254. OLE color: 4684254.

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

Color convert

RGB22212171-
CMYK00.450.680.13
HSL19.87º69.59%57.45%-
HSV(B)19.87º68.02%87.06%-
XYZ38.129.669.68-
YUV145.585.96182.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.62%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 71 (28.12% from 255) = 17.15%
R=53.62%
G=29.23%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221217100.450.680.1319.8769.5957.45
HexDE794702D44D144639
Octal336171107055104152410671
Binary1101111011110011000111010110110001001101101001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7947; }

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

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

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

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

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

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

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

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