#DE6C61

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

Shades of Terra Cotta #DE6C61

Tints of Terra Cotta #DE6C61

Color information

#DE6C61 (or 0xDE6C61) is unknown color: approx Terra Cotta. HEX triplet: DE, 6C and 61. RGB value is (222,108,97). Sum of RGB (Red+Green+Blue) = 222+108+97=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6C61 is #21939E. Grayscale: #8C8C8C. Windows color (decimal): -2200479 or 6384862. OLE color: 6384862.

HSL color Cylindrical-coordinate representation of color #DE6C61: hue angle of 5.28º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE6C61 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22210897-
CMYK00.510.560.13
HSL5.28º65.45%62.55%-
HSV(B)5.28º56.31%87.06%-
XYZ37.6427.1214.56-
YUV140.83103.27185.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.99%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=51.99%
G=25.29%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221089700.510.560.135.2865.4562.55
HexDE6C6103338D5413f
Octal3361541410637015510177
Binary1101111011011001100001011001111100011011011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6C61; }

 p { color: rgb(222,108,97); }

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

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

 a { background-color: rgb(222,108,97); }

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

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

 span { border-color: rgb(222,108,97); }

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