#DD7548

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

Shades of Jaffa #DD7548

Tints of Jaffa #DD7548

Color information

#DD7548 (or 0xDD7548) is unknown color: approx Jaffa. HEX triplet: DD, 75 and 48. RGB value is (221,117,72). Sum of RGB (Red+Green+Blue) = 221+117+72=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7548 is #228AB7. Grayscale: #8F8F8F. Windows color (decimal): -2263736 or 4748765. OLE color: 4748765.

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

Color convert

RGB22111772-
CMYK00.470.670.13
HSL18.12º68.66%57.45%-
HSV(B)18.12º67.42%86.67%-
XYZ37.3528.569.68-
YUV142.9787.96183.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.90%
GREEN value IS 117 (46.09% from 255) = 28.54%
BLUE value IS 72 (28.52% from 255) = 17.56%
R=53.90%
G=28.54%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211177200.470.670.1318.1268.6657.45
HexDD754802F43D124539
Octal335165110057103152210571
Binary1101110111101011001000010111110000111101100101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7548; }

 p { color: rgb(221,117,72); }

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

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

 a { background-color: rgb(221,117,72); }

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

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

 span { border-color: rgb(221,117,72); }

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