#DA784C

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

Shades of Jaffa #DA784C

Tints of Jaffa #DA784C

Color information

#DA784C (or 0xDA784C) is unknown color: approx Jaffa. HEX triplet: DA, 78 and 4C. RGB value is (218,120,76). Sum of RGB (Red+Green+Blue) = 218+120+76=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA784C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA784C is #2587B3. Grayscale: #909090. Windows color (decimal): -2459572 or 5011674. OLE color: 5011674.

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

Color convert

RGB21812076-
CMYK00.450.650.15
HSL18.59º65.74%57.65%-
HSV(B)18.59º65.14%85.49%-
XYZ36.9328.8610.46-
YUV144.2989.47180.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.66%
GREEN value IS 120 (47.27% from 255) = 28.99%
BLUE value IS 76 (30.08% from 255) = 18.36%
R=52.66%
G=28.99%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181207600.450.650.1518.5965.7457.65
HexDA784C02D41F13423a
Octal332170114055101172310272
Binary1101101011110001001100010110110000011111100111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA784C; }

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

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

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

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

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

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

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

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