#dd7c4f

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

Shades of Jaffa #DD7C4F

Tints of Jaffa #DD7C4F

Color information

#DD7C4F (or 0xDD7C4F) is unknown color: approx Jaffa. HEX triplet: DD, 7C and 4F. RGB value is (221,124,79). Sum of RGB (Red+Green+Blue) = 221+124+79=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C4F is #2283B0. Grayscale: #949494. Windows color (decimal): -2261937 or 5209309. OLE color: 5209309.

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

Color convert

RGB22112479-
CMYK00.440.640.13
HSL19.01º67.62%58.82%-
HSV(B)19.01º64.25%86.67%-
XYZ38.4430.3511.23-
YUV147.8789.14180.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.12%
GREEN value IS 124 (48.83% from 255) = 29.25%
BLUE value IS 79 (31.25% from 255) = 18.63%
R=52.12%
G=29.25%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211247900.440.640.1319.0167.6258.82
HexDD7C4F02C40D13443b
Octal335174117054100152310473
Binary1101110111111001001111010110010000001101100111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd7c4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd7c4f; }

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

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

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

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

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

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

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

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