#DE804A

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

Shades of Jaffa #DE804A

Tints of Jaffa #DE804A

Color information

#DE804A (or 0xDE804A) is unknown color: approx Jaffa. HEX triplet: DE, 80 and 4A. RGB value is (222,128,74). Sum of RGB (Red+Green+Blue) = 222+128+74=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE804A is #217FB5. Grayscale: #969696. Windows color (decimal): -2195382 or 4882654. OLE color: 4882654.

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

Color convert

RGB22212874-
CMYK00.420.670.13
HSL21.89º69.16%58.04%-
HSV(B)21.89º66.67%87.06%-
XYZ39.0831.4610.49-
YUV149.9585.14179.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.36%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 74 (29.30% from 255) = 17.45%
R=52.36%
G=30.19%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221287400.420.670.1321.8969.1658.04
HexDE804A02A43D16453a
Octal336200112052103152610572
Binary11011110100000001001010010101010000111101101101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE804A; }

 p { color: rgb(222,128,74); }

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

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

 a { background-color: rgb(222,128,74); }

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

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

 span { border-color: rgb(222,128,74); }

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