#DD7946

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

Shades of Jaffa #DD7946

Tints of Jaffa #DD7946

Color information

#DD7946 (or 0xDD7946) is unknown color: approx Jaffa. HEX triplet: DD, 79 and 46. RGB value is (221,121,70). Sum of RGB (Red+Green+Blue) = 221+121+70=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7946 is #2286B9. Grayscale: #919191. Windows color (decimal): -2262714 or 4618717. OLE color: 4618717.

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

Color convert

RGB22112170-
CMYK00.450.680.13
HSL20.26º68.95%57.06%-
HSV(B)20.26º68.33%86.67%-
XYZ37.7629.499.5-
YUV145.0985.63182.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.64%
GREEN value IS 121 (47.66% from 255) = 29.37%
BLUE value IS 70 (27.73% from 255) = 16.99%
R=53.64%
G=29.37%
B=16.99%

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
Decimal2211217000.450.680.1320.2668.9557.06
HexDD794602D44D144539
Octal335171106055104152410571
Binary1101110111110011000110010110110001001101101001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7946; }

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

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

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

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

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

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

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

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