#DD7C44

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

Shades of Jaffa #DD7C44

Tints of Jaffa #DD7C44

Color information

#DD7C44 (or 0xDD7C44) is unknown color: approx Jaffa. HEX triplet: DD, 7C and 44. RGB value is (221,124,68). Sum of RGB (Red+Green+Blue) = 221+124+68=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7C44 is #2283BB. Grayscale: #929292. Windows color (decimal): -2261948 or 4488413. OLE color: 4488413.

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

Color convert

RGB22112468-
CMYK00.440.690.13
HSL21.96º69.23%56.67%-
HSV(B)21.96º69.23%86.67%-
XYZ38.0730.29.29-
YUV146.6283.64181.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.51%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 68 (26.95% from 255) = 16.46%
R=53.51%
G=30.02%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211246800.440.690.1321.9669.2356.67
HexDD7C4402C45D164539
Octal335174104054105152610571
Binary1101110111111001000100010110010001011101101101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C44; }

 p { color: rgb(221,124,68); }

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

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

 a { background-color: rgb(221,124,68); }

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

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

 span { border-color: rgb(221,124,68); }

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