#DC724B

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

Shades of Jaffa #DC724B

Tints of Jaffa #DC724B

Color information

#DC724B (or 0xDC724B) is unknown color: approx Jaffa. HEX triplet: DC, 72 and 4B. RGB value is (220,114,75). Sum of RGB (Red+Green+Blue) = 220+114+75=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC724B is #238DB4. Grayscale: #8D8D8D. Windows color (decimal): -2330037 or 4944604. OLE color: 4944604.

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

Color convert

RGB22011475-
CMYK00.480.660.14
HSL16.14º67.44%57.84%-
HSV(B)16.14º65.91%86.27%-
XYZ36.827.7610.07-
YUV141.2590.62184.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.79%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 75 (29.69% from 255) = 18.34%
R=53.79%
G=27.87%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201147500.480.660.1416.1467.4457.84
HexDC724B03042E10433a
Octal334162113060102162010372
Binary1101110011100101001011011000010000101110100001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC724B; }

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

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

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

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

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

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

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

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