#DD7E49

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

Shades of Jaffa #DD7E49

Tints of Jaffa #DD7E49

Color information

#DD7E49 (or 0xDD7E49) is unknown color: approx Jaffa. HEX triplet: DD, 7E and 49. RGB value is (221,126,73). Sum of RGB (Red+Green+Blue) = 221+126+73=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E49 is #2281B6. Grayscale: #949494. Windows color (decimal): -2261431 or 4816605. OLE color: 4816605.

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

Color convert

RGB22112673-
CMYK00.430.670.13
HSL21.49º68.52%57.65%-
HSV(B)21.49º66.97%86.67%-
XYZ38.4830.7710.22-
YUV148.3685.47179.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.62%
GREEN value IS 126 (49.61% from 255) = 30%
BLUE value IS 73 (28.91% from 255) = 17.38%
R=52.62%
G=30%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211267300.430.670.1321.4968.5257.65
HexDD7E4902B43D15453a
Octal335176111053103152510572
Binary1101110111111101001001010101110000111101101011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7E49; }

 p { color: rgb(221,126,73); }

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

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

 a { background-color: rgb(221,126,73); }

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

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

 span { border-color: rgb(221,126,73); }

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