#DC7A4F

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

Shades of Jaffa #DC7A4F

Tints of Jaffa #DC7A4F

Color information

#DC7A4F (or 0xDC7A4F) is unknown color: approx Jaffa. HEX triplet: DC, 7A and 4F. RGB value is (220,122,79). Sum of RGB (Red+Green+Blue) = 220+122+79=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A4F is #2385B0. Grayscale: #929292. Windows color (decimal): -2327985 or 5208796. OLE color: 5208796.

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

Color convert

RGB22012279-
CMYK00.450.640.14
HSL18.3º66.82%58.63%-
HSV(B)18.3º64.09%86.27%-
XYZ37.8929.711.13-
YUV146.489.97180.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.26%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 79 (31.25% from 255) = 18.76%
R=52.26%
G=28.98%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201227900.450.640.1418.366.8258.63
HexDC7A4F02D40E12433b
Octal334172117055100162210373
Binary1101110011110101001111010110110000001110100101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7A4F; }

 p { color: rgb(220,122,79); }

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

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

 a { background-color: rgb(220,122,79); }

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

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

 span { border-color: rgb(220,122,79); }

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