#DC7868

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

Shades of Terra Cotta #DC7868

Tints of Terra Cotta #DC7868

Color information

#DC7868 (or 0xDC7868) is unknown color: approx Terra Cotta. HEX triplet: DC, 78 and 68. RGB value is (220,120,104). Sum of RGB (Red+Green+Blue) = 220+120+104=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7868 is #238797. Grayscale: #949494. Windows color (decimal): -2328472 or 6846684. OLE color: 6846684.

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

Color convert

RGB220120104-
CMYK00.450.530.14
HSL8.28º62.37%63.53%-
HSV(B)8.28º52.73%86.27%-
XYZ38.7329.6516.78-
YUV148.08103.13179.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.55%
GREEN value IS 120 (47.27% from 255) = 27.03%
BLUE value IS 104 (41.02% from 255) = 23.42%
R=49.55%
G=27.03%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012010400.450.530.148.2862.3763.53
HexDC786802D35E83e40
Octal33417015005565161076100
Binary11011100111100011010000101101110101111010001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7868; }

 p { color: rgb(220,120,104); }

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

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

 a { background-color: rgb(220,120,104); }

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

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

 span { border-color: rgb(220,120,104); }

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