#DA7044

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

Shades of Jaffa #DA7044

Tints of Jaffa #DA7044

Color information

#DA7044 (or 0xDA7044) is unknown color: approx Jaffa. HEX triplet: DA, 70 and 44. RGB value is (218,112,68). Sum of RGB (Red+Green+Blue) = 218+112+68=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7044 is #258FBB. Grayscale: #8A8A8A. Windows color (decimal): -2461628 or 4485338. OLE color: 4485338.

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

Color convert

RGB21811268-
CMYK00.490.690.15
HSL17.6º66.96%56.08%-
HSV(B)17.6º68.81%85.49%-
XYZ35.7526.918.78-
YUV138.6888.12184.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.77%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 68 (26.95% from 255) = 17.09%
R=54.77%
G=28.14%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181126800.490.690.1517.666.9656.08
HexDA704403145F124338
Octal332160104061105172210370
Binary1101101011100001000100011000110001011111100101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7044; }

 p { color: rgb(218,112,68); }

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

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

 a { background-color: rgb(218,112,68); }

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

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

 span { border-color: rgb(218,112,68); }

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