#DC6F5E

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

Shades of Terra Cotta #DC6F5E

Tints of Terra Cotta #DC6F5E

Color information

#DC6F5E (or 0xDC6F5E) is unknown color: approx Terra Cotta. HEX triplet: DC, 6F and 5E. RGB value is (220,111,94). Sum of RGB (Red+Green+Blue) = 220+111+94=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F5E is #2390A1. Grayscale: #8D8D8D. Windows color (decimal): -2330786 or 6189020. OLE color: 6189020.

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

Color convert

RGB22011194-
CMYK00.500.570.14
HSL8.1º64.29%61.57%-
HSV(B)8.1º57.27%86.27%-
XYZ37.2227.3913.92-
YUV141.65101.11183.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.76%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 94 (37.11% from 255) = 22.12%
R=51.76%
G=26.12%
B=22.12%

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
Decimal2201119400.500.570.148.164.2961.57
HexDC6F5E03239E8403e
Octal33415713606271161010076
Binary11011100110111110111100110010111001111010001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6F5E; }

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

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

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

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

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

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

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

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