#DD724B

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

Shades of Jaffa #DD724B

Tints of Jaffa #DD724B

Color information

#DD724B (or 0xDD724B) is unknown color: approx Jaffa. HEX triplet: DD, 72 and 4B. RGB value is (221,114,75). Sum of RGB (Red+Green+Blue) = 221+114+75=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD724B is #228DB4. Grayscale: #8D8D8D. Windows color (decimal): -2264501 or 4944605. OLE color: 4944605.

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

Color convert

RGB22111475-
CMYK00.480.660.13
HSL16.03º68.22%58.04%-
HSV(B)16.03º66.06%86.67%-
XYZ37.1127.9110.09-
YUV141.5590.45184.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.90%
GREEN value IS 114 (44.92% from 255) = 27.80%
BLUE value IS 75 (29.69% from 255) = 18.29%
R=53.90%
G=27.80%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211147500.480.660.1316.0368.2258.04
HexDD724B03042D10443a
Octal335162113060102152010472
Binary1101110111100101001011011000010000101101100001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD724B; }

 p { color: rgb(221,114,75); }

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

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

 a { background-color: rgb(221,114,75); }

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

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

 span { border-color: rgb(221,114,75); }

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