#DE7A47

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

Shades of Jaffa #DE7A47

Tints of Jaffa #DE7A47

Color information

#DE7A47 (or 0xDE7A47) is unknown color: approx Jaffa. HEX triplet: DE, 7A and 47. RGB value is (222,122,71). Sum of RGB (Red+Green+Blue) = 222+122+71=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7A47 is #2185B8. Grayscale: #929292. Windows color (decimal): -2196921 or 4684510. OLE color: 4684510.

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

Color convert

RGB22212271-
CMYK00.450.680.13
HSL20.26º69.59%57.45%-
HSV(B)20.26º68.02%87.06%-
XYZ38.2229.99.72-
YUV146.0985.63182.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.49%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 71 (28.12% from 255) = 17.11%
R=53.49%
G=29.40%
B=17.11%

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
Decimal2221227100.450.680.1320.2669.5957.45
HexDE7A4702D44D144639
Octal336172107055104152410671
Binary1101111011110101000111010110110001001101101001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7A47; }

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

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

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

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

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

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

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

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