#DC6E63

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

Shades of Terra Cotta #DC6E63

Tints of Terra Cotta #DC6E63

Color information

#DC6E63 (or 0xDC6E63) is unknown color: approx Terra Cotta. HEX triplet: DC, 6E and 63. RGB value is (220,110,99). Sum of RGB (Red+Green+Blue) = 220+110+99=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E63 is #23919C. Grayscale: #8D8D8D. Windows color (decimal): -2331037 or 6516444. OLE color: 6516444.

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

Color convert

RGB22011099-
CMYK00.500.550.14
HSL5.45º63.35%62.55%-
HSV(B)5.45º55%86.27%-
XYZ37.3427.2715.1-
YUV141.64103.94183.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.28%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 99 (39.06% from 255) = 23.08%
R=51.28%
G=25.64%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201109900.500.550.145.4563.3562.55
HexDC6E6303237E53f3f
Octal334156143062671657777
Binary110111001101110110001101100101101111110101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6E63; }

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

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

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

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

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

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

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

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