#DF7A43

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

Shades of Jaffa #DF7A43

Tints of Jaffa #DF7A43

Color information

#DF7A43 (or 0xDF7A43) is unknown color: approx Jaffa. HEX triplet: DF, 7A and 43. RGB value is (223,122,67). Sum of RGB (Red+Green+Blue) = 223+122+67=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 67 (26.56% from 255 or 16.26% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7A43 is #2085BC. Grayscale: #929292. Windows color (decimal): -2131389 or 4422367. OLE color: 4422367.

HSL color Cylindrical-coordinate representation of color #DF7A43: hue angle of 21.15º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF7A43 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB22312267-
CMYK00.450.700.13
HSL21.15º70.91%56.86%-
HSV(B)21.15º69.96%87.45%-
XYZ38.430.019.08-
YUV145.9383.46182.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.13%
GREEN value IS 122 (48.05% from 255) = 29.61%
BLUE value IS 67 (26.56% from 255) = 16.26%
R=54.13%
G=29.61%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231226700.450.700.1321.1570.9156.86
HexDF7A4302D46D154739
Octal337172103055106152510771
Binary1101111111110101000011010110110001101101101011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7A43; }

 p { color: rgb(223,122,67); }

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

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

 a { background-color: rgb(223,122,67); }

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

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

 span { border-color: rgb(223,122,67); }

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