#DD7D4B

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

Shades of Jaffa #DD7D4B

Tints of Jaffa #DD7D4B

Color information

#DD7D4B (or 0xDD7D4B) is unknown color: approx Jaffa. HEX triplet: DD, 7D and 4B. RGB value is (221,125,75). Sum of RGB (Red+Green+Blue) = 221+125+75=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7D4B is #2282B4. Grayscale: #949494. Windows color (decimal): -2261685 or 4947421. OLE color: 4947421.

HSL color Cylindrical-coordinate representation of color #DD7D4B: hue angle of 20.55º 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 #DD7D4B is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB22112575-
CMYK00.430.660.13
HSL20.55º68.22%58.04%-
HSV(B)20.55º66.06%86.67%-
XYZ38.4230.5510.53-
YUV14886.8180.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.49%
GREEN value IS 125 (49.22% from 255) = 29.69%
BLUE value IS 75 (29.69% from 255) = 17.81%
R=52.49%
G=29.69%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211257500.430.660.1320.5568.2258.04
HexDD7D4B02B42D15443a
Octal335175113053102152510472
Binary1101110111111011001011010101110000101101101011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7D4B; }

 p { color: rgb(221,125,75); }

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

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

 a { background-color: rgb(221,125,75); }

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

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

 span { border-color: rgb(221,125,75); }

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