#DE804D

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

Shades of Jaffa #DE804D

Tints of Jaffa #DE804D

Color information

#DE804D (or 0xDE804D) is unknown color: approx Jaffa. HEX triplet: DE, 80 and 4D. RGB value is (222,128,77). Sum of RGB (Red+Green+Blue) = 222+128+77=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE804D is #217FB2. Grayscale: #969696. Windows color (decimal): -2195379 or 5079262. OLE color: 5079262.

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

Color convert

RGB22212877-
CMYK00.420.650.13
HSL21.1º68.72%58.63%-
HSV(B)21.1º65.32%87.06%-
XYZ39.1831.511.04-
YUV150.2986.64179.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.99%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 77 (30.47% from 255) = 18.03%
R=51.99%
G=29.98%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221287700.420.650.1321.168.7258.63
HexDE804D02A41D15453b
Octal336200115052101152510573
Binary11011110100000001001101010101010000011101101011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE804D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE804D; }

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

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

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

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

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

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

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

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