#df7147

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

Shades of Jaffa #DF7147

Tints of Jaffa #DF7147

Color information

#DF7147 (or 0xDF7147) is unknown color: approx Jaffa. HEX triplet: DF, 71 and 47. RGB value is (223,113,71). Sum of RGB (Red+Green+Blue) = 223+113+71=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7147 is #208EB8. Grayscale: #8D8D8D. Windows color (decimal): -2133689 or 4682207. OLE color: 4682207.

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

Color convert

RGB22311371-
CMYK00.490.680.13
HSL16.58º70.37%57.65%-
HSV(B)16.58º68.16%87.45%-
XYZ37.4727.959.38-
YUV141.188.44186.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.79%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 71 (28.12% from 255) = 17.44%
R=54.79%
G=27.76%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231137100.490.680.1316.5870.3757.65
HexDF714703144D11463a
Octal337161107061104152110672
Binary1101111111100011000111011000110001001101100011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df7147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df7147; }

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

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

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

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

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

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

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

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