#DE8155

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

Shades of Jaffa #DE8155

Tints of Jaffa #DE8155

Color information

#DE8155 (or 0xDE8155) is unknown color: approx Jaffa. HEX triplet: DE, 81 and 55. RGB value is (222,129,85). Sum of RGB (Red+Green+Blue) = 222+129+85=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8155 is #217EAA. Grayscale: #989898. Windows color (decimal): -2195115 or 5603806. OLE color: 5603806.

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

Color convert

RGB22212985-
CMYK00.420.620.13
HSL19.27º67.49%60.2%-
HSV(B)19.27º61.71%87.06%-
XYZ39.6131.8912.66-
YUV151.7990.31178.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.92%
GREEN value IS 129 (50.78% from 255) = 29.59%
BLUE value IS 85 (33.59% from 255) = 19.50%
R=50.92%
G=29.59%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221298500.420.620.1319.2767.4960.2
HexDE815502A3ED13433c
Octal33620112505276152310374
Binary1101111010000001101010101010101111101101100111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8155; }

 p { color: rgb(222,129,85); }

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

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

 a { background-color: rgb(222,129,85); }

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

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

 span { border-color: rgb(222,129,85); }

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