#DC7249

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

Shades of Jaffa #DC7249

Tints of Jaffa #DC7249

Color information

#DC7249 (or 0xDC7249) is unknown color: approx Jaffa. HEX triplet: DC, 72 and 49. RGB value is (220,114,73). Sum of RGB (Red+Green+Blue) = 220+114+73=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7249 is #238DB6. Grayscale: #8D8D8D. Windows color (decimal): -2330039 or 4813532. OLE color: 4813532.

HSL color Cylindrical-coordinate representation of color #DC7249: hue angle of 16.73º 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 #DC7249 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB22011473-
CMYK00.480.670.14
HSL16.73º67.74%57.45%-
HSV(B)16.73º66.82%86.27%-
XYZ36.7427.739.72-
YUV141.0289.62184.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.05%
GREEN value IS 114 (44.92% from 255) = 28.01%
BLUE value IS 73 (28.91% from 255) = 17.94%
R=54.05%
G=28.01%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201147300.480.670.1416.7367.7457.45
HexDC724903043E114439
Octal334162111060103162110471
Binary1101110011100101001001011000010000111110100011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7249; }

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

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

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

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

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

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

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

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