#DE7146

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

Shades of Jaffa #DE7146

Tints of Jaffa #DE7146

Color information

#DE7146 (or 0xDE7146) is unknown color: approx Jaffa. HEX triplet: DE, 71 and 46. RGB value is (222,113,70). Sum of RGB (Red+Green+Blue) = 222+113+70=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7146 is #218EB9. Grayscale: #8C8C8C. Windows color (decimal): -2199226 or 4616670. OLE color: 4616670.

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

Color convert

RGB22211370-
CMYK00.490.680.13
HSL16.97º69.72%57.25%-
HSV(B)16.97º68.47%87.06%-
XYZ37.1327.789.2-
YUV140.6988.11186-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.81%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 70 (27.73% from 255) = 17.28%
R=54.81%
G=27.90%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221137000.490.680.1316.9769.7257.25
HexDE714603144D114639
Octal336161106061104152110671
Binary1101111011100011000110011000110001001101100011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7146; }

 p { color: rgb(222,113,70); }

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

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

 a { background-color: rgb(222,113,70); }

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

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

 span { border-color: rgb(222,113,70); }

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