#DE7B63

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

Shades of Terra Cotta #DE7B63

Tints of Terra Cotta #DE7B63

Color information

#DE7B63 (or 0xDE7B63) is unknown color: approx Terra Cotta. HEX triplet: DE, 7B and 63. RGB value is (222,123,99). Sum of RGB (Red+Green+Blue) = 222+123+99=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7B63 is #21849C. Grayscale: #969696. Windows color (decimal): -2196637 or 6519774. OLE color: 6519774.

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

Color convert

RGB22212399-
CMYK00.450.550.13
HSL11.71º65.08%62.94%-
HSV(B)11.71º55.41%87.06%-
XYZ39.4630.615.63-
YUV149.8699.3179.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50%
GREEN value IS 123 (48.44% from 255) = 27.70%
BLUE value IS 99 (39.06% from 255) = 22.30%
R=50%
G=27.70%
B=22.30%

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
Decimal2221239900.450.550.1311.7165.0862.94
HexDE7B6302D37Dc413f
Octal33617314305567151410177
Binary11011110111101111000110101101110111110111001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7B63; }

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

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

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

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

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

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

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

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