#DE744C

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

Shades of Jaffa #DE744C

Tints of Jaffa #DE744C

Color information

#DE744C (or 0xDE744C) is unknown color: approx Jaffa. HEX triplet: DE, 74 and 4C. RGB value is (222,116,76). Sum of RGB (Red+Green+Blue) = 222+116+76=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE744C is #218BB3. Grayscale: #8F8F8F. Windows color (decimal): -2198452 or 5010654. OLE color: 5010654.

HSL color Cylindrical-coordinate representation of color #DE744C: hue angle of 16.44º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE744C is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB22211676-
CMYK00.480.660.13
HSL16.44º68.87%58.43%-
HSV(B)16.44º65.77%87.06%-
XYZ37.6728.5410.36-
YUV143.1390.12184.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.62%
GREEN value IS 116 (45.70% from 255) = 28.02%
BLUE value IS 76 (30.08% from 255) = 18.36%
R=53.62%
G=28.02%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221167600.480.660.1316.4468.8758.43
HexDE744C03042D10453a
Octal336164114060102152010572
Binary1101111011101001001100011000010000101101100001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE744C; }

 p { color: rgb(222,116,76); }

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

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

 a { background-color: rgb(222,116,76); }

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

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

 span { border-color: rgb(222,116,76); }

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