#DA7245

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

Shades of Jaffa #DA7245

Tints of Jaffa #DA7245

Color information

#DA7245 (or 0xDA7245) is unknown color: approx Jaffa. HEX triplet: DA, 72 and 45. RGB value is (218,114,69). Sum of RGB (Red+Green+Blue) = 218+114+69=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7245 is #258DBA. Grayscale: #8C8C8C. Windows color (decimal): -2461115 or 4551386. OLE color: 4551386.

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

Color convert

RGB21811469-
CMYK00.480.680.15
HSL18.12º66.82%56.27%-
HSV(B)18.12º68.35%85.49%-
XYZ3627.379.02-
YUV139.9787.96183.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.36%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 69 (27.34% from 255) = 17.21%
R=54.36%
G=28.43%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181146900.480.680.1518.1266.8256.27
HexDA724503044F124338
Octal332162105060104172210370
Binary1101101011100101000101011000010001001111100101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7245; }

 p { color: rgb(218,114,69); }

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

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

 a { background-color: rgb(218,114,69); }

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

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

 span { border-color: rgb(218,114,69); }

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