#DE7B47

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

Shades of Jaffa #DE7B47

Tints of Jaffa #DE7B47

Color information

#DE7B47 (or 0xDE7B47) is unknown color: approx Jaffa. HEX triplet: DE, 7B and 47. RGB value is (222,123,71). Sum of RGB (Red+Green+Blue) = 222+123+71=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7B47 is #2184B8. Grayscale: #929292. Windows color (decimal): -2196665 or 4684766. OLE color: 4684766.

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

Color convert

RGB22212371-
CMYK00.450.680.13
HSL20.66º69.59%57.45%-
HSV(B)20.66º68.02%87.06%-
XYZ38.3430.159.76-
YUV146.6785.3181.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.37%
GREEN value IS 123 (48.44% from 255) = 29.57%
BLUE value IS 71 (28.12% from 255) = 17.07%
R=53.37%
G=29.57%
B=17.07%

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
Decimal2221237100.450.680.1320.6669.5957.45
HexDE7B4702D44D154639
Octal336173107055104152510671
Binary1101111011110111000111010110110001001101101011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7B47; }

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

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

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

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

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

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

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

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