#DD7B49

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

Shades of Jaffa #DD7B49

Tints of Jaffa #DD7B49

Color information

#DD7B49 (or 0xDD7B49) is unknown color: approx Jaffa. HEX triplet: DD, 7B and 49. RGB value is (221,123,73). Sum of RGB (Red+Green+Blue) = 221+123+73=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7B49 is #2284B6. Grayscale: #929292. Windows color (decimal): -2262199 or 4815837. OLE color: 4815837.

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

Color convert

RGB22112373-
CMYK00.440.670.13
HSL20.27º68.52%57.65%-
HSV(B)20.27º66.97%86.67%-
XYZ38.130.0210.09-
YUV146.686.47181.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.00%
GREEN value IS 123 (48.44% from 255) = 29.50%
BLUE value IS 73 (28.91% from 255) = 17.51%
R=53.00%
G=29.50%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211237300.440.670.1320.2768.5257.65
HexDD7B4902C43D14453a
Octal335173111054103152410572
Binary1101110111110111001001010110010000111101101001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7B49; }

 p { color: rgb(221,123,73); }

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

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

 a { background-color: rgb(221,123,73); }

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

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

 span { border-color: rgb(221,123,73); }

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