#DF7E52

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

Shades of Jaffa #DF7E52

Tints of Jaffa #DF7E52

Color information

#DF7E52 (or 0xDF7E52) is unknown color: approx Jaffa. HEX triplet: DF, 7E and 52. RGB value is (223,126,82). Sum of RGB (Red+Green+Blue) = 223+126+82=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E52 is #2081AD. Grayscale: #969696. Windows color (decimal): -2130350 or 5406431. OLE color: 5406431.

HSL color Cylindrical-coordinate representation of color #DF7E52: hue angle of 18.72º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF7E52 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB22312682-
CMYK00.430.630.13
HSL18.72º68.78%59.8%-
HSV(B)18.72º63.23%87.45%-
XYZ39.4231.2211.93-
YUV149.9989.64180.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.74%
GREEN value IS 126 (49.61% from 255) = 29.23%
BLUE value IS 82 (32.42% from 255) = 19.03%
R=51.74%
G=29.23%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231268200.430.630.1318.7268.7859.8
HexDF7E5202B3FD13453c
Octal33717612205377152310574
Binary110111111111110101001001010111111111101100111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7E52; }

 p { color: rgb(223,126,82); }

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

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

 a { background-color: rgb(223,126,82); }

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

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

 span { border-color: rgb(223,126,82); }

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