#DF764B

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

Shades of Jaffa #DF764B

Tints of Jaffa #DF764B

Color information

#DF764B (or 0xDF764B) is unknown color: approx Jaffa. HEX triplet: DF, 76 and 4B. RGB value is (223,118,75). Sum of RGB (Red+Green+Blue) = 223+118+75=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF764B is #2089B4. Grayscale: #909090. Windows color (decimal): -2132405 or 4945631. OLE color: 4945631.

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

Color convert

RGB22311875-
CMYK00.470.660.13
HSL17.43º69.81%58.43%-
HSV(B)17.43º66.37%87.45%-
XYZ38.1829.1510.27-
YUV144.4988.79184-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.61%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 75 (29.69% from 255) = 18.03%
R=53.61%
G=28.37%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231187500.470.660.1317.4369.8158.43
HexDF764B02F42D11463a
Octal337166113057102152110672
Binary1101111111101101001011010111110000101101100011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF764B; }

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

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

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

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

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

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

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

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