#DE7245

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

Shades of Jaffa #DE7245

Tints of Jaffa #DE7245

Color information

#DE7245 (or 0xDE7245) is unknown color: approx Jaffa. HEX triplet: DE, 72 and 45. RGB value is (222,114,69). Sum of RGB (Red+Green+Blue) = 222+114+69=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7245 is #218DBA. Grayscale: #8D8D8D. Windows color (decimal): -2198971 or 4551390. OLE color: 4551390.

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

Color convert

RGB22211469-
CMYK00.490.690.13
HSL17.65º69.86%57.06%-
HSV(B)17.65º68.92%87.06%-
XYZ37.2227.999.07-
YUV141.1687.28185.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.81%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 69 (27.34% from 255) = 17.04%
R=54.81%
G=28.15%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221146900.490.690.1317.6569.8657.06
HexDE724503145D124639
Octal336162105061105152210671
Binary1101111011100101000101011000110001011101100101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7245; }

 p { color: rgb(222,114,69); }

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

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

 a { background-color: rgb(222,114,69); }

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

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

 span { border-color: rgb(222,114,69); }

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