#DC6D48

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

Shades of Jaffa #DC6D48

Tints of Jaffa #DC6D48

Color information

#DC6D48 (or 0xDC6D48) is unknown color: approx Jaffa. HEX triplet: DC, 6D and 48. RGB value is (220,109,72). Sum of RGB (Red+Green+Blue) = 220+109+72=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6D48 is #2392B7. Grayscale: #8A8A8A. Windows color (decimal): -2331320 or 4746716. OLE color: 4746716.

HSL color Cylindrical-coordinate representation of color #DC6D48: hue angle of 15º 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 #DC6D48 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB22010972-
CMYK00.500.670.14
HSL15º67.89%57.25%-
HSV(B)15º67.27%86.27%-
XYZ36.1526.629.36-
YUV137.9790.77186.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.86%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=54.86%
G=27.18%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201097200.500.670.141567.8957.25
HexDC6D4803243Ef4439
Octal334155110062103161710471
Binary110111001101101100100001100101000011111011111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6D48; }

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

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

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

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

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

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

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

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