#DC7145

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

Shades of Jaffa #DC7145

Tints of Jaffa #DC7145

Color information

#DC7145 (or 0xDC7145) is unknown color: approx Jaffa. HEX triplet: DC, 71 and 45. RGB value is (220,113,69). Sum of RGB (Red+Green+Blue) = 220+113+69=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7145 is #238EBA. Grayscale: #8C8C8C. Windows color (decimal): -2330299 or 4551132. OLE color: 4551132.

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

Color convert

RGB22011369-
CMYK00.490.690.14
HSL17.48º68.33%56.67%-
HSV(B)17.48º68.64%86.27%-
XYZ36.4927.469.01-
YUV139.9887.95185.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.73%
GREEN value IS 113 (44.53% from 255) = 28.11%
BLUE value IS 69 (27.34% from 255) = 17.16%
R=54.73%
G=28.11%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201136900.490.690.1417.4868.3356.67
HexDC714503145E114439
Octal334161105061105162110471
Binary1101110011100011000101011000110001011110100011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7145; }

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

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

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

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

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

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

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

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