#DC754A

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

Shades of Jaffa #DC754A

Tints of Jaffa #DC754A

Color information

#DC754A (or 0xDC754A) is unknown color: approx Jaffa. HEX triplet: DC, 75 and 4A. RGB value is (220,117,74). Sum of RGB (Red+Green+Blue) = 220+117+74=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC754A is #238AB5. Grayscale: #8F8F8F. Windows color (decimal): -2329270 or 4879836. OLE color: 4879836.

HSL color Cylindrical-coordinate representation of color #DC754A: hue angle of 17.67º degrees, saturation: 0.68, 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 #DC754A is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB22011774-
CMYK00.470.660.14
HSL17.67º67.59%57.65%-
HSV(B)17.67º66.36%86.27%-
XYZ37.1128.4310.01-
YUV142.989.12183-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.53%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 74 (29.30% from 255) = 18.00%
R=53.53%
G=28.47%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201177400.470.660.1417.6767.5957.65
HexDC754A02F42E12443a
Octal334165112057102162210472
Binary1101110011101011001010010111110000101110100101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC754A; }

 p { color: rgb(220,117,74); }

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

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

 a { background-color: rgb(220,117,74); }

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

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

 span { border-color: rgb(220,117,74); }

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