#DE7561

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

Shades of Terra Cotta #DE7561

Tints of Terra Cotta #DE7561

Color information

#DE7561 (or 0xDE7561) is unknown color: approx Terra Cotta. HEX triplet: DE, 75 and 61. RGB value is (222,117,97). Sum of RGB (Red+Green+Blue) = 222+117+97=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7561 is #218A9E. Grayscale: #929292. Windows color (decimal): -2198175 or 6387166. OLE color: 6387166.

HSL color Cylindrical-coordinate representation of color #DE7561: hue angle of 9.6º 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 #DE7561 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22211797-
CMYK00.470.560.13
HSL9.6º65.45%62.55%-
HSV(B)9.6º56.31%87.06%-
XYZ38.6429.1214.89-
YUV146.12100.29182.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.92%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=50.92%
G=26.83%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221179700.470.560.139.665.4562.55
HexDE756102F38Da413f
Octal33616514105770151210177
Binary11011110111010111000010101111111000110110101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7561; }

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

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

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

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

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

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

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

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