#DD7E4D

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

Shades of Jaffa #DD7E4D

Tints of Jaffa #DD7E4D

Color information

#DD7E4D (or 0xDD7E4D) is unknown color: approx Jaffa. HEX triplet: DD, 7E and 4D. RGB value is (221,126,77). Sum of RGB (Red+Green+Blue) = 221+126+77=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E4D is #2281B2. Grayscale: #959595. Windows color (decimal): -2261427 or 5078749. OLE color: 5078749.

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

Color convert

RGB22112677-
CMYK00.430.650.13
HSL20.42º67.92%58.43%-
HSV(B)20.42º65.16%86.67%-
XYZ38.6230.8310.94-
YUV148.8287.47179.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.12%
GREEN value IS 126 (49.61% from 255) = 29.72%
BLUE value IS 77 (30.47% from 255) = 18.16%
R=52.12%
G=29.72%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211267700.430.650.1320.4267.9258.43
HexDD7E4D02B41D14443a
Octal335176115053101152410472
Binary1101110111111101001101010101110000011101101001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7E4D; }

 p { color: rgb(221,126,77); }

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

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

 a { background-color: rgb(221,126,77); }

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

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

 span { border-color: rgb(221,126,77); }

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