#DD764E

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

Shades of Jaffa #DD764E

Tints of Jaffa #DD764E

Color information

#DD764E (or 0xDD764E) is unknown color: approx Jaffa. HEX triplet: DD, 76 and 4E. RGB value is (221,118,78). Sum of RGB (Red+Green+Blue) = 221+118+78=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD764E is #2289B1. Grayscale: #909090. Windows color (decimal): -2263474 or 5142237. OLE color: 5142237.

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

Color convert

RGB22111878-
CMYK00.470.650.13
HSL16.78º67.77%58.63%-
HSV(B)16.78º64.71%86.67%-
XYZ37.6728.8810.8-
YUV144.2490.62182.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.00%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 78 (30.86% from 255) = 18.71%
R=53.00%
G=28.30%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211187800.470.650.1316.7867.7758.63
HexDD764E02F41D11443b
Octal335166116057101152110473
Binary1101110111101101001110010111110000011101100011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD764E; }

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

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

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

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

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

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

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

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