#DC6D5E

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

Shades of Terra Cotta #DC6D5E

Tints of Terra Cotta #DC6D5E

Color information

#DC6D5E (or 0xDC6D5E) is unknown color: approx Terra Cotta. HEX triplet: DC, 6D and 5E. RGB value is (220,109,94). Sum of RGB (Red+Green+Blue) = 220+109+94=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6D5E is #2392A1. Grayscale: #8C8C8C. Windows color (decimal): -2331298 or 6188508. OLE color: 6188508.

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

Color convert

RGB22010994-
CMYK00.500.570.14
HSL7.14º64.29%61.57%-
HSV(B)7.14º57.27%86.27%-
XYZ3726.9613.84-
YUV140.48101.77184.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.01%
GREEN value IS 109 (42.97% from 255) = 25.77%
BLUE value IS 94 (37.11% from 255) = 22.22%
R=52.01%
G=25.77%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201099400.500.570.147.1464.2961.57
HexDC6D5E03239E7403e
Octal3341551360627116710076
Binary1101110011011011011110011001011100111101111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6D5E; }

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

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

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

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

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

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

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

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