#DD7344

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

Shades of Jaffa #DD7344

Tints of Jaffa #DD7344

Color information

#DD7344 (or 0xDD7344) is unknown color: approx Jaffa. HEX triplet: DD, 73 and 44. RGB value is (221,115,68). Sum of RGB (Red+Green+Blue) = 221+115+68=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7344 is #228CBB. Grayscale: #8D8D8D. Windows color (decimal): -2264252 or 4486109. OLE color: 4486109.

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

Color convert

RGB22111568-
CMYK00.480.690.13
HSL18.43º69.23%56.67%-
HSV(B)18.43º69.23%86.67%-
XYZ36.9928.058.93-
YUV141.3486.62184.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.70%
GREEN value IS 115 (45.31% from 255) = 28.47%
BLUE value IS 68 (26.95% from 255) = 16.83%
R=54.70%
G=28.47%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211156800.480.690.1318.4369.2356.67
HexDD734403045D124539
Octal335163104060105152210571
Binary1101110111100111000100011000010001011101100101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7344; }

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

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

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

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

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

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

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

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