#DD7F4E

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

Shades of Jaffa #DD7F4E

Tints of Jaffa #DD7F4E

Color information

#DD7F4E (or 0xDD7F4E) is unknown color: approx Jaffa. HEX triplet: DD, 7F and 4E. RGB value is (221,127,78). Sum of RGB (Red+Green+Blue) = 221+127+78=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F4E is #2280B1. Grayscale: #959595. Windows color (decimal): -2261170 or 5144541. OLE color: 5144541.

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

Color convert

RGB22112778-
CMYK00.430.650.13
HSL20.56º67.77%58.63%-
HSV(B)20.56º64.71%86.67%-
XYZ38.7831.111.17-
YUV149.5287.64178.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.88%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 78 (30.86% from 255) = 18.31%
R=51.88%
G=29.81%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211277800.430.650.1320.5667.7758.63
HexDD7F4E02B41D15443b
Octal335177116053101152510473
Binary1101110111111111001110010101110000011101101011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7F4E; }

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

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

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

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

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

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

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

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