#DE8349

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

Shades of Jaffa #DE8349

Tints of Jaffa #DE8349

Color information

#DE8349 (or 0xDE8349) is unknown color: approx Jaffa. HEX triplet: DE, 83 and 49. RGB value is (222,131,73). Sum of RGB (Red+Green+Blue) = 222+131+73=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8349 is #217CB6. Grayscale: #979797. Windows color (decimal): -2194615 or 4817886. OLE color: 4817886.

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

Color convert

RGB22213173-
CMYK00.410.670.13
HSL23.36º69.3%57.84%-
HSV(B)23.36º67.12%87.06%-
XYZ39.4432.2410.45-
YUV151.683.65178.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.11%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 73 (28.91% from 255) = 17.14%
R=52.11%
G=30.75%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221317300.410.670.1323.3669.357.84
HexDE834902943D17453a
Octal336203111051103152710572
Binary11011110100000111001001010100110000111101101111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8349; }

 p { color: rgb(222,131,73); }

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

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

 a { background-color: rgb(222,131,73); }

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

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

 span { border-color: rgb(222,131,73); }

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