#DD7A46

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

Shades of Jaffa #DD7A46

Tints of Jaffa #DD7A46

Color information

#DD7A46 (or 0xDD7A46) is unknown color: approx Jaffa. HEX triplet: DD, 7A and 46. RGB value is (221,122,70). Sum of RGB (Red+Green+Blue) = 221+122+70=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7A46 is #2285B9. Grayscale: #919191. Windows color (decimal): -2262458 or 4618973. OLE color: 4618973.

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

Color convert

RGB22112270-
CMYK00.450.680.13
HSL20.66º68.95%57.06%-
HSV(B)20.66º68.33%86.67%-
XYZ37.8829.739.54-
YUV145.6785.3181.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.51%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 70 (27.73% from 255) = 16.95%
R=53.51%
G=29.54%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211227000.450.680.1320.6668.9557.06
HexDD7A4602D44D154539
Octal335172106055104152510571
Binary1101110111110101000110010110110001001101101011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7A46; }

 p { color: rgb(221,122,70); }

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

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

 a { background-color: rgb(221,122,70); }

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

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

 span { border-color: rgb(221,122,70); }

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