#DF764A

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

Shades of Jaffa #DF764A

Tints of Jaffa #DF764A

Color information

#DF764A (or 0xDF764A) is unknown color: approx Jaffa. HEX triplet: DF, 76 and 4A. RGB value is (223,118,74). Sum of RGB (Red+Green+Blue) = 223+118+74=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF764A is #2089B5. Grayscale: #909090. Windows color (decimal): -2132406 or 4880095. OLE color: 4880095.

HSL color Cylindrical-coordinate representation of color #DF764A: hue angle of 17.72º 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 #DF764A is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB22311874-
CMYK00.470.670.13
HSL17.72º69.95%58.24%-
HSV(B)17.72º66.82%87.45%-
XYZ38.1529.1410.09-
YUV144.3888.29184.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.73%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 74 (29.30% from 255) = 17.83%
R=53.73%
G=28.43%
B=17.83%

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
Decimal2231187400.470.670.1317.7269.9558.24
HexDF764A02F43D12463a
Octal337166112057103152210672
Binary1101111111101101001010010111110000111101100101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF764A; }

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

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

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

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

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

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

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

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