#DE8051

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

Shades of Jaffa #DE8051

Tints of Jaffa #DE8051

Color information

#DE8051 (or 0xDE8051) is unknown color: approx Jaffa. HEX triplet: DE, 80 and 51. RGB value is (222,128,81). Sum of RGB (Red+Green+Blue) = 222+128+81=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8051 is #217FAE. Grayscale: #979797. Windows color (decimal): -2195375 or 5341406. OLE color: 5341406.

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

Color convert

RGB22212881-
CMYK00.420.640.13
HSL20º68.12%59.41%-
HSV(B)20º63.51%87.06%-
XYZ39.3331.5611.8-
YUV150.7588.64178.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.51%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 81 (32.03% from 255) = 18.79%
R=51.51%
G=29.70%
B=18.79%

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
Decimal2221288100.420.640.132068.1259.41
HexDE805102A40D14443b
Octal336200121052100152410473
Binary11011110100000001010001010101010000001101101001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8051; }

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

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

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

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

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

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

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

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