#DC6E5B

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

Shades of Terra Cotta #DC6E5B

Tints of Terra Cotta #DC6E5B

Color information

#DC6E5B (or 0xDC6E5B) is unknown color: approx Terra Cotta. HEX triplet: DC, 6E and 5B. RGB value is (220,110,91). Sum of RGB (Red+Green+Blue) = 220+110+91=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E5B is #2391A4. Grayscale: #8C8C8C. Windows color (decimal): -2331045 or 5992156. OLE color: 5992156.

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

Color convert

RGB22011091-
CMYK00.500.590.14
HSL8.84º64.82%60.98%-
HSV(B)8.84º58.64%86.27%-
XYZ36.9827.1213.18-
YUV140.7299.94184.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.26%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 91 (35.94% from 255) = 21.62%
R=52.26%
G=26.13%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201109100.500.590.148.8464.8260.98
HexDC6E5B0323BE9413d
Octal33415613306273161110175
Binary11011100110111010110110110010111011111010011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6E5B; }

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

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

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

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

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

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

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

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