#dc7368

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

Shades of Terra Cotta #DC7368

Tints of Terra Cotta #DC7368

Color information

#DC7368 (or 0xDC7368) is unknown color: approx Terra Cotta. HEX triplet: DC, 73 and 68. RGB value is (220,115,104). Sum of RGB (Red+Green+Blue) = 220+115+104=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7368 is #238C97. Grayscale: #919191. Windows color (decimal): -2329752 or 6845404. OLE color: 6845404.

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

Color convert

RGB220115104-
CMYK00.480.530.14
HSL5.69º62.37%63.53%-
HSV(B)5.69º52.73%86.27%-
XYZ38.1428.4816.58-
YUV145.14104.79181.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.11%
GREEN value IS 115 (45.31% from 255) = 26.20%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=50.11%
G=26.20%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011510400.480.530.145.6962.3763.53
HexDC736803035E63e40
Octal3341631500606516676100
Binary1101110011100111101000011000011010111101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7368; }

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

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

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

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

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

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

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

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