#dc7244

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

Shades of Jaffa #DC7244

Tints of Jaffa #DC7244

Color information

#DC7244 (or 0xDC7244) is unknown color: approx Jaffa. HEX triplet: DC, 72 and 44. RGB value is (220,114,68). Sum of RGB (Red+Green+Blue) = 220+114+68=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7244 is #238DBB. Grayscale: #8C8C8C. Windows color (decimal): -2330044 or 4485852. OLE color: 4485852.

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

Color convert

RGB22011468-
CMYK00.480.690.14
HSL18.16º68.47%56.47%-
HSV(B)18.16º69.09%86.27%-
XYZ36.5827.678.88-
YUV140.4587.12184.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.73%
GREEN value IS 114 (44.92% from 255) = 28.36%
BLUE value IS 68 (26.95% from 255) = 16.92%
R=54.73%
G=28.36%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201146800.480.690.1418.1668.4756.47
HexDC724403045E124438
Octal334162104060105162210470
Binary1101110011100101000100011000010001011110100101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7244; }

 p { color: rgb(220,114,68); }

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

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

 a { background-color: rgb(220,114,68); }

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

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

 span { border-color: rgb(220,114,68); }

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