#DC7348

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

Shades of Jaffa #DC7348

Tints of Jaffa #DC7348

Color information

#DC7348 (or 0xDC7348) is unknown color: approx Jaffa. HEX triplet: DC, 73 and 48. RGB value is (220,115,72). Sum of RGB (Red+Green+Blue) = 220+115+72=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7348 is #238CB7. Grayscale: #8D8D8D. Windows color (decimal): -2329784 or 4748252. OLE color: 4748252.

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

Color convert

RGB22011572-
CMYK00.480.670.14
HSL17.43º67.89%57.25%-
HSV(B)17.43º67.27%86.27%-
XYZ36.8227.949.58-
YUV141.4988.79184-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.05%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 72 (28.52% from 255) = 17.69%
R=54.05%
G=28.26%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201157200.480.670.1417.4367.8957.25
HexDC734803043E114439
Octal334163110060103162110471
Binary1101110011100111001000011000010000111110100011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7348; }

 p { color: rgb(220,115,72); }

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

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

 a { background-color: rgb(220,115,72); }

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

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

 span { border-color: rgb(220,115,72); }

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