#DC773E

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

Shades of Jaffa #DC773E

Tints of Jaffa #DC773E

Color information

#DC773E (or 0xDC773E) is unknown color: approx Jaffa. HEX triplet: DC, 77 and 3E. RGB value is (220,119,62). Sum of RGB (Red+Green+Blue) = 220+119+62=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC773E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC773E is #2388C1. Grayscale: #8F8F8F. Windows color (decimal): -2328770 or 4093916. OLE color: 4093916.

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

Color convert

RGB22011962-
CMYK00.460.720.14
HSL21.65º69.3%55.29%-
HSV(B)21.65º71.82%86.27%-
XYZ36.9828.768.16-
YUV142.782.46183.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.86%
GREEN value IS 119 (46.88% from 255) = 29.68%
BLUE value IS 62 (24.61% from 255) = 15.46%
R=54.86%
G=29.68%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201196200.460.720.1421.6569.355.29
HexDC773E02E48E164537
Octal33416776056110162610567
Binary110111001110111111110010111010010001110101101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC773E; }

 p { color: rgb(220,119,62); }

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

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

 a { background-color: rgb(220,119,62); }

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

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

 span { border-color: rgb(220,119,62); }

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