#DD754E

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

Shades of Jaffa #DD754E

Tints of Jaffa #DD754E

Color information

#DD754E (or 0xDD754E) is unknown color: approx Jaffa. HEX triplet: DD, 75 and 4E. RGB value is (221,117,78). Sum of RGB (Red+Green+Blue) = 221+117+78=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD754E is #228AB1. Grayscale: #8F8F8F. Windows color (decimal): -2263730 or 5141981. OLE color: 5141981.

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

Color convert

RGB22111778-
CMYK00.470.650.13
HSL16.36º67.77%58.63%-
HSV(B)16.36º64.71%86.67%-
XYZ37.5628.6410.76-
YUV143.6590.96183.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.12%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 78 (30.86% from 255) = 18.75%
R=53.12%
G=28.12%
B=18.75%

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
Decimal2211177800.470.650.1316.3667.7758.63
HexDD754E02F41D10443b
Octal335165116057101152010473
Binary1101110111101011001110010111110000011101100001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD754E; }

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

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

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

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

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

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

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

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