#DF7F4E

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

Shades of Jaffa #DF7F4E

Tints of Jaffa #DF7F4E

Color information

#DF7F4E (or 0xDF7F4E) is unknown color: approx Jaffa. HEX triplet: DF, 7F and 4E. RGB value is (223,127,78). Sum of RGB (Red+Green+Blue) = 223+127+78=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F4E is #2080B1. Grayscale: #969696. Windows color (decimal): -2130098 or 5144543. OLE color: 5144543.

HSL color Cylindrical-coordinate representation of color #DF7F4E: hue angle of 20.28º degrees, saturation: 0.69, 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 #DF7F4E is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22312778-
CMYK00.430.650.13
HSL20.28º69.38%59.02%-
HSV(B)20.28º65.02%87.45%-
XYZ39.431.4211.2-
YUV150.1287.3179.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.10%
GREEN value IS 127 (50% from 255) = 29.67%
BLUE value IS 78 (30.86% from 255) = 18.22%
R=52.10%
G=29.67%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231277800.430.650.1320.2869.3859.02
HexDF7F4E02B41D14453b
Octal337177116053101152410573
Binary1101111111111111001110010101110000011101101001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7F4E; }

 p { color: rgb(223,127,78); }

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

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

 a { background-color: rgb(223,127,78); }

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

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

 span { border-color: rgb(223,127,78); }

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