#DE7E53

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

Shades of Jaffa #DE7E53

Tints of Jaffa #DE7E53

Color information

#DE7E53 (or 0xDE7E53) is unknown color: approx Jaffa. HEX triplet: DE, 7E and 53. RGB value is (222,126,83). Sum of RGB (Red+Green+Blue) = 222+126+83=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7E53 is #2181AC. Grayscale: #969696. Windows color (decimal): -2195885 or 5471966. OLE color: 5471966.

HSL color Cylindrical-coordinate representation of color #DE7E53: hue angle of 18.56º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE7E53 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB22212683-
CMYK00.430.630.13
HSL18.56º67.8%59.8%-
HSV(B)18.56º62.61%87.06%-
XYZ39.1531.0812.12-
YUV149.890.3179.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.51%
GREEN value IS 126 (49.61% from 255) = 29.23%
BLUE value IS 83 (32.81% from 255) = 19.26%
R=51.51%
G=29.23%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221268300.430.630.1318.5667.859.8
HexDE7E5302B3FD13443c
Octal33617612305377152310474
Binary110111101111110101001101010111111111101100111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7E53; }

 p { color: rgb(222,126,83); }

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

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

 a { background-color: rgb(222,126,83); }

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

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

 span { border-color: rgb(222,126,83); }

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