#DC7F4E

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

Shades of Jaffa #DC7F4E

Tints of Jaffa #DC7F4E

Color information

#DC7F4E (or 0xDC7F4E) is unknown color: approx Jaffa. HEX triplet: DC, 7F and 4E. RGB value is (220,127,78). Sum of RGB (Red+Green+Blue) = 220+127+78=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F4E is #2380B1. Grayscale: #959595. Windows color (decimal): -2326706 or 5144540. OLE color: 5144540.

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

Color convert

RGB22012778-
CMYK00.420.650.14
HSL20.7º66.98%58.43%-
HSV(B)20.7º64.55%86.27%-
XYZ38.4830.9411.15-
YUV149.2287.81178.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.76%
GREEN value IS 127 (50% from 255) = 29.88%
BLUE value IS 78 (30.86% from 255) = 18.35%
R=51.76%
G=29.88%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201277800.420.650.1420.766.9858.43
HexDC7F4E02A41E15433a
Octal334177116052101162510372
Binary1101110011111111001110010101010000011110101011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7F4E; }

 p { color: rgb(220,127,78); }

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

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

 a { background-color: rgb(220,127,78); }

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

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

 span { border-color: rgb(220,127,78); }

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