#DA7849

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

Shades of Jaffa #DA7849

Tints of Jaffa #DA7849

Color information

#DA7849 (or 0xDA7849) is unknown color: approx Jaffa. HEX triplet: DA, 78 and 49. RGB value is (218,120,73). Sum of RGB (Red+Green+Blue) = 218+120+73=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7849 is #2587B6. Grayscale: #909090. Windows color (decimal): -2459575 or 4815066. OLE color: 4815066.

HSL color Cylindrical-coordinate representation of color #DA7849: hue angle of 19.45º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA7849 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB21812073-
CMYK00.450.670.15
HSL19.45º66.21%57.06%-
HSV(B)19.45º66.51%85.49%-
XYZ36.8328.829.92-
YUV143.9487.97180.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.04%
GREEN value IS 120 (47.27% from 255) = 29.20%
BLUE value IS 73 (28.91% from 255) = 17.76%
R=53.04%
G=29.20%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181207300.450.670.1519.4566.2157.06
HexDA784902D43F134239
Octal332170111055103172310271
Binary1101101011110001001001010110110000111111100111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7849; }

 p { color: rgb(218,120,73); }

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

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

 a { background-color: rgb(218,120,73); }

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

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

 span { border-color: rgb(218,120,73); }

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