#DF7A4F

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

Shades of Jaffa #DF7A4F

Tints of Jaffa #DF7A4F

Color information

#DF7A4F (or 0xDF7A4F) is unknown color: approx Jaffa. HEX triplet: DF, 7A and 4F. RGB value is (223,122,79). Sum of RGB (Red+Green+Blue) = 223+122+79=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A4F is #2085B0. Grayscale: #939393. Windows color (decimal): -2131377 or 5208799. OLE color: 5208799.

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

Color convert

RGB22312279-
CMYK00.450.650.13
HSL17.92º69.23%59.22%-
HSV(B)17.92º64.57%87.45%-
XYZ38.830.1711.18-
YUV147.389.46182-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.59%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 79 (31.25% from 255) = 18.63%
R=52.59%
G=28.77%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231227900.450.650.1317.9269.2359.22
HexDF7A4F02D41D12453b
Octal337172117055101152210573
Binary1101111111110101001111010110110000011101100101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7A4F; }

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

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

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

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

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

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

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

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