#DF7D47

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

Shades of Jaffa #DF7D47

Tints of Jaffa #DF7D47

Color information

#DF7D47 (or 0xDF7D47) is unknown color: approx Jaffa. HEX triplet: DF, 7D and 47. RGB value is (223,125,71). Sum of RGB (Red+Green+Blue) = 223+125+71=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7D47 is #2082B8. Grayscale: #949494. Windows color (decimal): -2130617 or 4685279. OLE color: 4685279.

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

Color convert

RGB22312571-
CMYK00.440.680.13
HSL21.32º70.37%57.65%-
HSV(B)21.32º68.16%87.45%-
XYZ38.930.819.86-
YUV148.1584.47181.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.22%
GREEN value IS 125 (49.22% from 255) = 29.83%
BLUE value IS 71 (28.12% from 255) = 16.95%
R=53.22%
G=29.83%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231257100.440.680.1321.3270.3757.65
HexDF7D4702C44D15463a
Octal337175107054104152510672
Binary1101111111111011000111010110010001001101101011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D47; }

 p { color: rgb(223,125,71); }

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

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

 a { background-color: rgb(223,125,71); }

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

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

 span { border-color: rgb(223,125,71); }

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