#DE8050

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

Shades of Jaffa #DE8050

Tints of Jaffa #DE8050

Color information

#DE8050 (or 0xDE8050) is unknown color: approx Jaffa. HEX triplet: DE, 80 and 50. RGB value is (222,128,80). Sum of RGB (Red+Green+Blue) = 222+128+80=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8050 is #217FAF. Grayscale: #969696. Windows color (decimal): -2195376 or 5275870. OLE color: 5275870.

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

Color convert

RGB22212880-
CMYK00.420.640.13
HSL20.28º68.27%59.22%-
HSV(B)20.28º63.96%87.06%-
XYZ39.2931.5511.61-
YUV150.6388.14178.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.63%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 80 (31.64% from 255) = 18.60%
R=51.63%
G=29.77%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221288000.420.640.1320.2868.2759.22
HexDE805002A40D14443b
Octal336200120052100152410473
Binary11011110100000001010000010101010000001101101001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8050; }

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

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

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

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

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

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

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

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