#DC7C45

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

Shades of Jaffa #DC7C45

Tints of Jaffa #DC7C45

Color information

#DC7C45 (or 0xDC7C45) is unknown color: approx Jaffa. HEX triplet: DC, 7C and 45. RGB value is (220,124,69). Sum of RGB (Red+Green+Blue) = 220+124+69=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7C45 is #2383BA. Grayscale: #929292. Windows color (decimal): -2327483 or 4553948. OLE color: 4553948.

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

Color convert

RGB22012469-
CMYK00.440.690.14
HSL21.85º68.33%56.67%-
HSV(B)21.85º68.64%86.27%-
XYZ37.830.069.44-
YUV146.4384.3180.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.27%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 69 (27.34% from 255) = 16.71%
R=53.27%
G=30.02%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201246900.440.690.1421.8568.3356.67
HexDC7C4502C45E164439
Octal334174105054105162610471
Binary1101110011111001000101010110010001011110101101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7C45; }

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

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

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

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

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

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

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

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