#DF784A

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

Shades of Jaffa #DF784A

Tints of Jaffa #DF784A

Color information

#DF784A (or 0xDF784A) is unknown color: approx Jaffa. HEX triplet: DF, 78 and 4A. RGB value is (223,120,74). Sum of RGB (Red+Green+Blue) = 223+120+74=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF784A is #2087B5. Grayscale: #919191. Windows color (decimal): -2131894 or 4880607. OLE color: 4880607.

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

Color convert

RGB22312074-
CMYK00.460.670.13
HSL18.52º69.95%58.24%-
HSV(B)18.52º66.82%87.45%-
XYZ38.3829.6210.17-
YUV145.5587.62183.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.48%
GREEN value IS 120 (47.27% from 255) = 28.78%
BLUE value IS 74 (29.30% from 255) = 17.75%
R=53.48%
G=28.78%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231207400.460.670.1318.5269.9558.24
HexDF784A02E43D13463a
Octal337170112056103152310672
Binary1101111111110001001010010111010000111101100111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF784A; }

 p { color: rgb(223,120,74); }

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

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

 a { background-color: rgb(223,120,74); }

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

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

 span { border-color: rgb(223,120,74); }

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