#DD7149

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

Shades of Jaffa #DD7149

Tints of Jaffa #DD7149

Color information

#DD7149 (or 0xDD7149) is unknown color: approx Jaffa. HEX triplet: DD, 71 and 49. RGB value is (221,113,73). Sum of RGB (Red+Green+Blue) = 221+113+73=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7149 is #228EB6. Grayscale: #8D8D8D. Windows color (decimal): -2264759 or 4813277. OLE color: 4813277.

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

Color convert

RGB22111373-
CMYK00.490.670.13
HSL16.22º68.52%57.65%-
HSV(B)16.22º66.97%86.67%-
XYZ36.9327.669.7-
YUV140.7389.78185.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.30%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 73 (28.91% from 255) = 17.94%
R=54.30%
G=27.76%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211137300.490.670.1316.2268.5257.65
HexDD714903143D10453a
Octal335161111061103152010572
Binary1101110111100011001001011000110000111101100001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7149; }

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

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

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

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

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

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

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

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