#DE6C60

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

Shades of Terra Cotta #DE6C60

Tints of Terra Cotta #DE6C60

Color information

#DE6C60 (or 0xDE6C60) is unknown color: approx Terra Cotta. HEX triplet: DE, 6C and 60. RGB value is (222,108,96). Sum of RGB (Red+Green+Blue) = 222+108+96=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6C60 is #21939F. Grayscale: #8C8C8C. Windows color (decimal): -2200480 or 6319326. OLE color: 6319326.

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

Color convert

RGB22210896-
CMYK00.510.570.13
HSL5.71º65.62%62.35%-
HSV(B)5.71º56.76%87.06%-
XYZ37.627.114.32-
YUV140.72102.77185.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.11%
GREEN value IS 108 (42.58% from 255) = 25.35%
BLUE value IS 96 (37.89% from 255) = 22.54%
R=52.11%
G=25.35%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221089600.510.570.135.7165.6262.35
HexDE6C6003339D6423e
Octal3361541400637115610276
Binary1101111011011001100000011001111100111011101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6C60; }

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

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

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

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

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

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

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

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