#DD7E53

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

Shades of Jaffa #DD7E53

Tints of Jaffa #DD7E53

Color information

#DD7E53 (or 0xDD7E53) is unknown color: approx Jaffa. HEX triplet: DD, 7E and 53. RGB value is (221,126,83). Sum of RGB (Red+Green+Blue) = 221+126+83=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E53 is #2281AC. Grayscale: #959595. Windows color (decimal): -2261421 or 5471965. OLE color: 5471965.

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

Color convert

RGB22112683-
CMYK00.430.620.13
HSL18.7º66.99%59.61%-
HSV(B)18.7º62.44%86.67%-
XYZ38.8430.9212.1-
YUV149.590.47179-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.40%
GREEN value IS 126 (49.61% from 255) = 29.30%
BLUE value IS 83 (32.81% from 255) = 19.30%
R=51.40%
G=29.30%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211268300.430.620.1318.766.9959.61
HexDD7E5302B3ED13433c
Octal33517612305376152310374
Binary110111011111110101001101010111111101101100111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7E53; }

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

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

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

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

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

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

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

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