#DE7F4B

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

Shades of Jaffa #DE7F4B

Tints of Jaffa #DE7F4B

Color information

#DE7F4B (or 0xDE7F4B) is unknown color: approx Jaffa. HEX triplet: DE, 7F and 4B. RGB value is (222,127,75). Sum of RGB (Red+Green+Blue) = 222+127+75=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7F4B is #2180B4. Grayscale: #959595. Windows color (decimal): -2195637 or 4947934. OLE color: 4947934.

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

Color convert

RGB22212775-
CMYK00.430.660.13
HSL21.22º69.01%58.24%-
HSV(B)21.22º66.22%87.06%-
XYZ38.9831.2210.63-
YUV149.4885.97179.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.36%
GREEN value IS 127 (50% from 255) = 29.95%
BLUE value IS 75 (29.69% from 255) = 17.69%
R=52.36%
G=29.95%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221277500.430.660.1321.2269.0158.24
HexDE7F4B02B42D15453a
Octal336177113053102152510572
Binary1101111011111111001011010101110000101101101011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7F4B; }

 p { color: rgb(222,127,75); }

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

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

 a { background-color: rgb(222,127,75); }

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

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

 span { border-color: rgb(222,127,75); }

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