#DF774D

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

Shades of Jaffa #DF774D

Tints of Jaffa #DF774D

Color information

#DF774D (or 0xDF774D) is unknown color: approx Jaffa. HEX triplet: DF, 77 and 4D. RGB value is (223,119,77). Sum of RGB (Red+Green+Blue) = 223+119+77=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF774D is #2088B2. Grayscale: #919191. Windows color (decimal): -2132147 or 5076959. OLE color: 5076959.

HSL color Cylindrical-coordinate representation of color #DF774D: hue angle of 17.26º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF774D is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22311977-
CMYK00.470.650.13
HSL17.26º69.52%58.82%-
HSV(B)17.26º65.47%87.45%-
XYZ38.3729.4210.68-
YUV145.3189.46183.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.22%
GREEN value IS 119 (46.88% from 255) = 28.40%
BLUE value IS 77 (30.47% from 255) = 18.38%
R=53.22%
G=28.40%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231197700.470.650.1317.2669.5258.82
HexDF774D02F41D11463b
Octal337167115057101152110673
Binary1101111111101111001101010111110000011101100011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF774D; }

 p { color: rgb(223,119,77); }

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

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

 a { background-color: rgb(223,119,77); }

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

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

 span { border-color: rgb(223,119,77); }

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