#DE7C66

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

Shades of Terra Cotta #DE7C66

Tints of Terra Cotta #DE7C66

Color information

#DE7C66 (or 0xDE7C66) is unknown color: approx Terra Cotta. HEX triplet: DE, 7C and 66. RGB value is (222,124,102). Sum of RGB (Red+Green+Blue) = 222+124+102=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7C66 is #218399. Grayscale: #969696. Windows color (decimal): -2196378 or 6716638. OLE color: 6716638.

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

Color convert

RGB222124102-
CMYK00.440.540.13
HSL11º64.52%63.53%-
HSV(B)11º54.05%87.06%-
XYZ39.7330.916.44-
YUV150.79100.47178.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.55%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 102 (40.23% from 255) = 22.77%
R=49.55%
G=27.68%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212410200.440.540.131164.5263.53
HexDE7C6602C36Db4140
Octal336174146054661513101100
Binary110111101111100110011001011001101101101101110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7C66; }

 p { color: rgb(222,124,102); }

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

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

 a { background-color: rgb(222,124,102); }

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

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

 span { border-color: rgb(222,124,102); }

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