#DC7149

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

Shades of Jaffa #DC7149

Tints of Jaffa #DC7149

Color information

#DC7149 (or 0xDC7149) is unknown color: approx Jaffa. HEX triplet: DC, 71 and 49. RGB value is (220,113,73). Sum of RGB (Red+Green+Blue) = 220+113+73=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7149 is #238EB6. Grayscale: #8C8C8C. Windows color (decimal): -2330295 or 4813276. OLE color: 4813276.

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

Color convert

RGB22011373-
CMYK00.490.670.14
HSL16.33º67.74%57.45%-
HSV(B)16.33º66.82%86.27%-
XYZ36.6227.519.68-
YUV140.4389.95184.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.19%
GREEN value IS 113 (44.53% from 255) = 27.83%
BLUE value IS 73 (28.91% from 255) = 17.98%
R=54.19%
G=27.83%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201137300.490.670.1416.3367.7457.45
HexDC714903143E104439
Octal334161111061103162010471
Binary1101110011100011001001011000110000111110100001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7149; }

 p { color: rgb(220,113,73); }

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

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

 a { background-color: rgb(220,113,73); }

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

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

 span { border-color: rgb(220,113,73); }

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