#DE6D47

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

Shades of Jaffa #DE6D47

Tints of Jaffa #DE6D47

Color information

#DE6D47 (or 0xDE6D47) is unknown color: approx Jaffa. HEX triplet: DE, 6D and 47. RGB value is (222,109,71). Sum of RGB (Red+Green+Blue) = 222+109+71=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6D47 is #2192B8. Grayscale: #8A8A8A. Windows color (decimal): -2200249 or 4681182. OLE color: 4681182.

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

Color convert

RGB22210971-
CMYK00.510.680.13
HSL15.1º69.59%57.45%-
HSV(B)15.1º68.02%87.06%-
XYZ36.7326.929.22-
YUV138.4589.94187.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.22%
GREEN value IS 109 (42.97% from 255) = 27.11%
BLUE value IS 71 (28.12% from 255) = 17.66%
R=55.22%
G=27.11%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221097100.510.680.1315.169.5957.45
HexDE6D4703344Df4639
Octal336155107063104151710671
Binary110111101101101100011101100111000100110111111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6D47; }

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

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

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

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

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

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

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

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