#dd784e

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

Shades of Jaffa #DD784E

Tints of Jaffa #DD784E

Color information

#DD784E (or 0xDD784E) is unknown color: approx Jaffa. HEX triplet: DD, 78 and 4E. RGB value is (221,120,78). Sum of RGB (Red+Green+Blue) = 221+120+78=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD784E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD784E is #2287B1. Grayscale: #919191. Windows color (decimal): -2262962 or 5142749. OLE color: 5142749.

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

Color convert

RGB22112078-
CMYK00.460.650.13
HSL17.62º67.77%58.63%-
HSV(B)17.62º64.71%86.67%-
XYZ37.9129.3610.88-
YUV145.4189.96181.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 78 (30.86% from 255) = 18.62%
R=52.74%
G=28.64%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211207800.460.650.1317.6267.7758.63
HexDD784E02E41D12443b
Octal335170116056101152210473
Binary1101110111110001001110010111010000011101100101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd784e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd784e; }

 p { color: rgb(221,120,78); }

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

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

 a { background-color: rgb(221,120,78); }

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

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

 span { border-color: rgb(221,120,78); }

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