#DD8046

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

Shades of Jaffa #DD8046

Tints of Jaffa #DD8046

Color information

#DD8046 (or 0xDD8046) is unknown color: approx Jaffa. HEX triplet: DD, 80 and 46. RGB value is (221,128,70). Sum of RGB (Red+Green+Blue) = 221+128+70=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8046 is #227FB9. Grayscale: #959595. Windows color (decimal): -2260922 or 4620509. OLE color: 4620509.

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

Color convert

RGB22112870-
CMYK00.420.680.13
HSL23.05º68.95%57.06%-
HSV(B)23.05º68.33%86.67%-
XYZ38.6431.259.79-
YUV149.1983.31179.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 70 (27.73% from 255) = 16.71%
R=52.74%
G=30.55%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211287000.420.680.1323.0568.9557.06
HexDD804602A44D174539
Octal335200106052104152710571
Binary11011101100000001000110010101010001001101101111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8046; }

 p { color: rgb(221,128,70); }

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

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

 a { background-color: rgb(221,128,70); }

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

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

 span { border-color: rgb(221,128,70); }

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