#DE7A63

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

Shades of Terra Cotta #DE7A63

Tints of Terra Cotta #DE7A63

Color information

#DE7A63 (or 0xDE7A63) is unknown color: approx Terra Cotta. HEX triplet: DE, 7A and 63. RGB value is (222,122,99). Sum of RGB (Red+Green+Blue) = 222+122+99=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7A63 is #21859C. Grayscale: #959595. Windows color (decimal): -2196893 or 6519518. OLE color: 6519518.

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

Color convert

RGB22212299-
CMYK00.450.550.13
HSL11.22º65.08%62.94%-
HSV(B)11.22º55.41%87.06%-
XYZ39.3430.3515.59-
YUV149.2899.63179.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.11%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 99 (39.06% from 255) = 22.35%
R=50.11%
G=27.54%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221229900.450.550.1311.2265.0862.94
HexDE7A6302D37Db413f
Octal33617214305567151310177
Binary11011110111101011000110101101110111110110111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7A63; }

 p { color: rgb(222,122,99); }

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

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

 a { background-color: rgb(222,122,99); }

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

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

 span { border-color: rgb(222,122,99); }

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