#DF774A

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

Shades of Jaffa #DF774A

Tints of Jaffa #DF774A

Color information

#DF774A (or 0xDF774A) is unknown color: approx Jaffa. HEX triplet: DF, 77 and 4A. RGB value is (223,119,74). Sum of RGB (Red+Green+Blue) = 223+119+74=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF774A is #2088B5. Grayscale: #919191. Windows color (decimal): -2132150 or 4880351. OLE color: 4880351.

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

Color convert

RGB22311974-
CMYK00.470.670.13
HSL18.12º69.95%58.24%-
HSV(B)18.12º66.82%87.45%-
XYZ38.2629.3810.13-
YUV144.9787.96183.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.61%
GREEN value IS 119 (46.88% from 255) = 28.61%
BLUE value IS 74 (29.30% from 255) = 17.79%
R=53.61%
G=28.61%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231197400.470.670.1318.1269.9558.24
HexDF774A02F43D12463a
Octal337167112057103152210672
Binary1101111111101111001010010111110000111101100101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF774A; }

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

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

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

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

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

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

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

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