#DE7E51

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

Shades of Jaffa #DE7E51

Tints of Jaffa #DE7E51

Color information

#DE7E51 (or 0xDE7E51) is unknown color: approx Jaffa. HEX triplet: DE, 7E and 51. RGB value is (222,126,81). Sum of RGB (Red+Green+Blue) = 222+126+81=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7E51 is #2181AE. Grayscale: #959595. Windows color (decimal): -2195887 or 5340894. OLE color: 5340894.

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

Color convert

RGB22212681-
CMYK00.430.640.13
HSL19.15º68.12%59.41%-
HSV(B)19.15º63.51%87.06%-
XYZ39.0731.0511.72-
YUV149.5789.3179.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.75%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 81 (32.03% from 255) = 18.88%
R=51.75%
G=29.37%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221268100.430.640.1319.1568.1259.41
HexDE7E5102B40D13443b
Octal336176121053100152310473
Binary1101111011111101010001010101110000001101100111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7E51; }

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

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

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

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

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

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

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

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