#DD7A4C

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

Shades of Jaffa #DD7A4C

Tints of Jaffa #DD7A4C

Color information

#DD7A4C (or 0xDD7A4C) is unknown color: approx Jaffa. HEX triplet: DD, 7A and 4C. RGB value is (221,122,76). Sum of RGB (Red+Green+Blue) = 221+122+76=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7A4C is #2285B3. Grayscale: #929292. Windows color (decimal): -2262452 or 5012189. OLE color: 5012189.

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

Color convert

RGB22112276-
CMYK00.450.660.13
HSL19.03º68.08%58.24%-
HSV(B)19.03º65.61%86.67%-
XYZ38.0829.8110.58-
YUV146.3688.3181.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 76 (30.08% from 255) = 18.14%
R=52.74%
G=29.12%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211227600.450.660.1319.0368.0858.24
HexDD7A4C02D42D13443a
Octal335172114055102152310472
Binary1101110111110101001100010110110000101101100111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7A4C; }

 p { color: rgb(221,122,76); }

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

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

 a { background-color: rgb(221,122,76); }

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

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

 span { border-color: rgb(221,122,76); }

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