#DC6E56

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

Shades of Terra Cotta #DC6E56

Tints of Terra Cotta #DC6E56

Color information

#DC6E56 (or 0xDC6E56) is unknown color: approx Terra Cotta. HEX triplet: DC, 6E and 56. RGB value is (220,110,86). Sum of RGB (Red+Green+Blue) = 220+110+86=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E56 is #2391A9. Grayscale: #8C8C8C. Windows color (decimal): -2331050 or 5664476. OLE color: 5664476.

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

Color convert

RGB22011086-
CMYK00.500.610.14
HSL10.75º65.69%60%-
HSV(B)10.75º60.91%86.27%-
XYZ36.7727.0412.09-
YUV140.1597.44184.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.88%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 86 (33.98% from 255) = 20.67%
R=52.88%
G=26.44%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201108600.500.610.1410.7565.6960
HexDC6E560323DEb423c
Octal33415612606275161310274
Binary11011100110111010101100110010111101111010111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6E56; }

 p { color: rgb(220,110,86); }

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

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

 a { background-color: rgb(220,110,86); }

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

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

 span { border-color: rgb(220,110,86); }

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